]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix typo in l3_agent
authorNikolay Sobolevskiy <nsobolevsky@mirantis.com>
Thu, 6 Jun 2013 08:44:19 +0000 (12:44 +0400)
committerNikolay Sobolevskiy <nsobolevsky@mirantis.com>
Thu, 6 Jun 2013 08:44:19 +0000 (12:44 +0400)
Fix incorrect typo in the option description.

Change-Id: I80b829328cce89c12ce98976d106cf02a82592ab

quantum/agent/l3_agent.py

index b4e31b3ea6ed672a82cfef2e872b3157ca728659..1cccb78a8f4014a02d165c6f8aaaaf17f9f3fc71 100644 (file)
@@ -161,7 +161,7 @@ class L3NATAgent(manager.Manager):
                     help=_("Allow overlapping IP.")),
         cfg.StrOpt('router_id', default='',
                    help=_("If namespaces is disabled, the l3 agent can only"
-                          " confgure a router that has the matching router "
+                          " configure a router that has the matching router "
                           "ID.")),
         cfg.BoolOpt('handle_internal_only_routers',
                     default=True,