summaryrefslogtreecommitdiffstats
path: root/nova/openstack
diff options
context:
space:
mode:
authorRussell Bryant <rbryant@redhat.com>2012-07-13 12:09:58 -0400
committerRussell Bryant <rbryant@redhat.com>2012-07-13 12:14:54 -0400
commitc6c29ab3898a88144f022aaefd1e8267e4dbb866 (patch)
tree06e2b4f6c957a539bc2d06cbe8e162600bd6d714 /nova/openstack
parentcbeb9457ddb43d12d44fc07bd64d8dce2abdbcd6 (diff)
downloadnova-c6c29ab3898a88144f022aaefd1e8267e4dbb866.tar.gz
nova-c6c29ab3898a88144f022aaefd1e8267e4dbb866.tar.xz
nova-c6c29ab3898a88144f022aaefd1e8267e4dbb866.zip
Sync cfg from openstack-common.
commit 3af0786b6d2ce0d088db7a9754ba8f35acb175c9 Author: Vincent Untz <vuntz@suse.com> Date: Thu Jul 5 14:51:26 2012 +0200 cfg: Fix typo in documentation with with -> with Change-Id: I83494403435aaf980827adba707d6229786d8653
Diffstat (limited to 'nova/openstack')
-rw-r--r--nova/openstack/common/cfg.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/openstack/common/cfg.py b/nova/openstack/common/cfg.py
index 6d71b0304..64411180f 100644
--- a/nova/openstack/common/cfg.py
+++ b/nova/openstack/common/cfg.py
@@ -42,8 +42,8 @@ Options can be strings, integers, floats, booleans, lists or 'multi strings'::
osapi_compute_extension_opt = cfg.MultiStrOpt('osapi_compute_extension',
default=DEFAULT_EXTENSIONS)
-Option schemas are registered with with the config manager at runtime, but
-before the option is referenced::
+Option schemas are registered with the config manager at runtime, but before
+the option is referenced::
class ExtensionManager(object):