fixup: s/destriction/description/

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-07-10 14:16:14 +02:00
parent fc6c0fddb2
commit b66c604ef2

View File

@ -177,7 +177,7 @@ __PACKAGE__->register_method({
properties => {
id => { type => 'string' },
type => {
destriction => "Resource type.",
description => "Resource type.",
type => 'string',
enum => ['node', 'storage', 'pool', 'qemu', 'lxc'],
},