From: Wolfgang Bumiller Date: Mon, 11 Jun 2018 09:30:36 +0000 (+0200) Subject: config: typo fixup X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=commitdiff_plain;h=8b45da2fb8c05ba7676440a9070b9a17a0a12476 config: typo fixup Signed-off-by: Wolfgang Bumiller --- 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, },