]> git.proxmox.com Git - pmg-api.git/commitdiff
fix typo
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 11 Jan 2018 08:38:45 +0000 (09:38 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 11 Jan 2018 09:19:16 +0000 (10:19 +0100)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PMG/API2/Users.pm

index f7e8287ac055b3d3c9ca8d3859e57959a659296e..0398e930c5eb5bef0eb616c009204a5e177f0773 100644 (file)
@@ -77,7 +77,7 @@ __PACKAGE__->register_method ({
     method => 'POST',
     proxyto => 'master',
     protected => 1,
-    description => "Creat new user",
+    description => "Create new user",
     parameters => $PMG::UserConfig::create_schema,
     returns => { type => 'null' },
     code => sub {