From 8b45da2fb8c05ba7676440a9070b9a17a0a12476 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 11 Jun 2018 11:30:36 +0200 Subject: [PATCH] config: typo fixup Signed-off-by: Wolfgang Bumiller --- 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.39.2