From 7d5e9572493fb40c9a003fe0648252a22b2519a0 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Tue, 30 Aug 2016 12:28:33 -0400 Subject: [PATCH] Fix typo in enable_unsupported_driver description TrivialFix Change-Id: Ib4727a37c37829c9bdb91233fc8764f4ac331b0f --- cinder/volume/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/volume/driver.py b/cinder/volume/driver.py index ec827c29a1d..dedd8a012cd 100644 --- a/cinder/volume/driver.py +++ b/cinder/volume/driver.py @@ -267,7 +267,7 @@ volume_opts = [ 'will use backup_use_temp_volume path.'), cfg.BoolOpt('enable_unsupported_driver', default=False, - help="Set this to True when you want to allow an usupported " + help="Set this to True when you want to allow an unsupported " "driver to start. Drivers that haven't maintained a " "working CI system and testing are marked as unsupported " "until CI is working again. This also marks a driver as "