Fix typo in doc string

Change "can bea security risk" to "can be a security risk".

Change-Id: I1e6a603671e80ec231a216635e3c0803f3915c00
This commit is contained in:
Andreas Jaeger 2014-01-12 22:33:08 +01:00
parent 1d35a88b85
commit 3a6898275b
1 changed files with 3 additions and 2 deletions

View File

@ -66,8 +66,9 @@ common_opts = [
'returned by a request')),
cfg.BoolOpt('show_image_direct_url', default=False,
help=_('Whether to include the backend image storage location '
'in image properties. Revealing storage location can be'
'a security risk, so use this setting with caution!')),
'in image properties. Revealing storage location can '
'be a security risk, so use this setting with '
'caution!')),
cfg.BoolOpt('show_multiple_locations', default=False,
help=_('Whether to include the backend image locations '
'in image properties. Revealing storage location can '