api: fix typo in 'GET ticket' description

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2017-09-21 08:44:17 +02:00 committed by Wolfgang Bumiller
parent a2c18811d3
commit 14658ad8ba

View File

@ -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,
},