From: Thomas Lamprecht Date: Thu, 21 Sep 2017 06:44:17 +0000 (+0200) Subject: api: fix typo in 'GET ticket' description X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=commitdiff_plain;h=14658ad8ba694ece6df9219ec32c7a2fa3d7387f api: fix typo in 'GET ticket' description Signed-off-by: Thomas Lamprecht --- diff --git a/PVE/API2/AccessControl.pm b/PVE/API2/AccessControl.pm index 444fb69..318ee15 100644 --- a/PVE/API2/AccessControl.pm +++ b/PVE/API2/AccessControl.pm @@ -184,7 +184,7 @@ __PACKAGE__->register_method ({ 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, },