From 3a6898275b4a60e831853adad8937b9f04dec833 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 12 Jan 2014 22:33:08 +0100 Subject: [PATCH] Fix typo in doc string Change "can bea security risk" to "can be a security risk". Change-Id: I1e6a603671e80ec231a216635e3c0803f3915c00 --- glance/common/config.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/glance/common/config.py b/glance/common/config.py index c43ed4b41a..12fa7439df 100644 --- a/glance/common/config.py +++ b/glance/common/config.py @@ -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 '