[pve-devel] applied: [PATCH access-control] api: fix typo in 'GET ticket' description

Wolfgang Bumiller w.bumiller at proxmox.com
Thu Sep 21 09:14:23 CEST 2017


applied

On Thu, Sep 21, 2017 at 08:44:17AM +0200, Thomas Lamprecht wrote:
> Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
> ---
>  PVE/API2/AccessControl.pm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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,
>      },
> -- 
> 2.11.0




More information about the pve-devel mailing list