[pve-devel] [PATCH client 1/3] config: typo fixup

Wolfgang Bumiller w.bumiller at proxmox.com
Mon Jun 11 11:30:36 CEST 2018


Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
---
 PVE/APIClient/Config.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/APIClient/Config.pm b/PVE/APIClient/Config.pm
index 8fa7691..25ed56b 100644
--- a/PVE/APIClient/Config.pm
+++ b/PVE/APIClient/Config.pm
@@ -42,7 +42,7 @@ my $defaultData = {
 	    optional => 1,
 	},
 	password => {
-	    description => "The users password.",
+	    description => "The user's password.",
 	    type => 'string',
 	    optional => 1,
 	},
-- 
2.11.0





More information about the pve-devel mailing list