[pve-devel] [PATCH 2/3] VZDump: fixed typo in description for size parameter

Tobias Doerffel tobias.doerffel at ed-chemnitz.de
Fri Nov 21 10:27:39 CET 2014


Signed-off-by: Tobias Doerffel <tobias.doerffel at ed-chemnitz.de>
---
 PVE/VZDump.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm
index 647eece..8201601 100644
--- a/PVE/VZDump.pm
+++ b/PVE/VZDump.pm
@@ -1164,7 +1164,7 @@ my $confdesc = {
     }),
     size => {
 	type => 'integer',
-	description => "LVM snapshot size im MB.",
+	description => "LVM snapshot size in MB.",
 	optional => 1,
 	minimum => 500,
     },
-- 
1.7.9.5




More information about the pve-devel mailing list