storage: fix a typo

s/paramaters/parameters

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
Chen Hanxiao 2014-07-28 16:55:28 +08:00
parent 148576d69e
commit 5f3ede96de

View File

@ -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))