[pve-devel] [PATCH manager 1/2] Status/Plugin: fix Typo

Thomas Lamprecht t.lamprecht at proxmox.com
Tue May 3 15:05:16 CEST 2016


Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 PVE/Status/Plugin.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/Status/Plugin.pm b/PVE/Status/Plugin.pm
index 699d868..c11b6cc 100644
--- a/PVE/Status/Plugin.pm
+++ b/PVE/Status/Plugin.pm
@@ -22,7 +22,7 @@ my $defaultData = {
 	    type => 'string', format => 'pve-configid',
 	},
 	disable => {
-	    description => "Flag to disable the plugun.",
+	    description => "Flag to disable the plugin.",
 	    type => 'boolean',
 	    optional => 1,
 	},
-- 
2.1.4





More information about the pve-devel mailing list