[virt-tools-list] [virt-manager PATCH] storage: fix a typo

Chen Hanxiao chenhanxiao at cn.fujitsu.com
Mon Jul 28 09:29:49 UTC 2014


s/paramaters/parameters

Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
Note: pushed under trivial.

 virtinst/storage.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtinst/storage.py b/virtinst/storage.py
index 705b9b6..874a809 100644
--- a/virtinst/storage.py
+++ b/virtinst/storage.py
@@ -580,7 +580,7 @@ class StorageVolume(_StorageObject):
                                "input."))
 
     def sync_input_vol(self):
-        # Pull paramaters from input vol into this class
+        # Pull parameters from input vol into this class
         parsevol = StorageVolume(self.conn,
                                  parsexml=self._input_vol.XMLDesc(0))
 
-- 
1.9.0




More information about the virt-tools-list mailing list