From 5f3ede96de922aedffc56bb830fda6d34a69d0f8 Mon Sep 17 00:00:00 2001
From: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
Date: Mon, 28 Jul 2014 16:55:28 +0800
Subject: [PATCH] storage: fix a typo

s/paramaters/parameters

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
---
 virtinst/storage.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtinst/storage.py b/virtinst/storage.py
index 705b9b6c..874a8090 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))