From 9dae0b9a9a89f0d91c28f2e489511ea527582e4e Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Thu, 11 Jan 2018 09:38:45 +0100 Subject: [PATCH] fix typo Signed-off-by: Dominik Csapak --- PMG/API2/Users.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PMG/API2/Users.pm b/PMG/API2/Users.pm index f7e8287..0398e93 100644 --- a/PMG/API2/Users.pm +++ b/PMG/API2/Users.pm @@ -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 { -- 2.39.2