]> git.proxmox.com Git - pve-access-control.git/commitdiff
api: fix typo in 'GET ticket' description
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 21 Sep 2017 06:44:17 +0000 (08:44 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 21 Sep 2017 07:13:34 +0000 (09:13 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/AccessControl.pm

index 444fb690bd2e6b287a5c96fbecab1fe2c86a925a..318ee1536a47473ac1c4f165d2790232f4eda3fa 100644 (file)
@@ -184,7 +184,7 @@ __PACKAGE__->register_method ({
     path => 'ticket', 
     method => 'GET',
     permissions => { user => 'world' },
     path => 'ticket', 
     method => 'GET',
     permissions => { user => 'world' },
-    description => "Dummy. Useful for formaters which want to priovde a login page.",
+    description => "Dummy. Useful for formaters which want to provide a login page.",
     parameters => {
        additionalProperties => 0,
     },
     parameters => {
        additionalProperties => 0,
     },