]> git.proxmox.com Git - pve-manager.git/commitdiff
fixup: s/destriction/description/
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 10 Jul 2018 12:16:14 +0000 (14:16 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 10 Jul 2018 12:16:23 +0000 (14:16 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Cluster.pm

index 3c6ddbf2812916e385cbef4027a246fc9cd04e82..2c408b5b7a6898f5a4aa61b9e0fdec6f076856e0 100644 (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'],
                },