From b66c604ef2b78af63cb277235dac03b6bf91a41e Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 10 Jul 2018 14:16:14 +0200 Subject: [PATCH] fixup: s/destriction/description/ Signed-off-by: Thomas Lamprecht --- PVE/API2/Cluster.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/API2/Cluster.pm b/PVE/API2/Cluster.pm index 3c6ddbf2..2c408b5b 100644 --- a/PVE/API2/Cluster.pm +++ b/PVE/API2/Cluster.pm @@ -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'], },