From 7ef73d325bac3a57970be1fc0cfe8b0d871f533e Mon Sep 17 00:00:00 2001 From: Inhye Park Date: Mon, 2 Jun 2014 16:38:37 +0900 Subject: [PATCH] Fixed the comment spelling error - voumes to volumes Closes-bug: #1325481 Change-Id: I38a1d9df98c709d3ca173fa61315ad3f7ca9ffdc --- cinder/volume/driver.py | 2 +- etc/cinder/cinder.conf.sample | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cinder/volume/driver.py b/cinder/volume/driver.py index ae8753f3a..a398c04c8 100644 --- a/cinder/volume/driver.py +++ b/cinder/volume/driver.py @@ -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, diff --git a/etc/cinder/cinder.conf.sample b/etc/cinder/cinder.conf.sample index 9204aa797..4784a5696 100644 --- a/etc/cinder/cinder.conf.sample +++ b/etc/cinder/cinder.conf.sample @@ -974,7 +974,7 @@ # 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 -- 2.45.2