]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fixed the comment spelling error - voumes to volumes
authorInhye Park <inhye.park@samsung.com>
Mon, 2 Jun 2014 07:38:37 +0000 (16:38 +0900)
committerInhye Park <inhye.park@samsung.com>
Wed, 4 Jun 2014 23:20:14 +0000 (08:20 +0900)
Closes-bug: #1325481
Change-Id: I38a1d9df98c709d3ca173fa61315ad3f7ca9ffdc

cinder/volume/driver.py
etc/cinder/cinder.conf.sample

index ae8753f3aac4dd22fc8133c1b55fa1862eceabe6..a398c04c8c5dbb81dde1325a6db7bb9914adf10a 100644 (file)
@@ -68,7 +68,7 @@ volume_opts = [
                      'for volume to image and image to volume transfers?'),
     cfg.StrOpt('volume_clear',
                default='zero',
-               help='Method used to wipe old voumes (valid options are: '
+               help='Method used to wipe old volumes (valid options are: '
                     'none, zero, shred)'),
     cfg.IntOpt('volume_clear_size',
                default=0,
index 9204aa797bc10ebaf3e1d13d5f7007c681483ddd..4784a5696e3db155e0e9eda20f422e1b916abe54 100644 (file)
 # value)
 #use_multipath_for_image_xfer=false
 
-# Method used to wipe old voumes (valid options are: none,
+# Method used to wipe old volumes (valid options are: none,
 # zero, shred) (string value)
 #volume_clear=zero