]> git.proxmox.com Git - pve-access-control.git/commitdiff
fix another typo
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 21 Sep 2017 08:19:27 +0000 (10:19 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 21 Sep 2017 08:19:27 +0000 (10:19 +0200)
PVE/API2/AccessControl.pm

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