From: Nikolay Sobolevskiy Date: Thu, 6 Jun 2013 08:44:19 +0000 (+0400) Subject: Fix typo in l3_agent X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=08cf09420b5af4d191908996abed74b45993ffcb;p=openstack-build%2Fneutron-build.git Fix typo in l3_agent Fix incorrect typo in the option description. Change-Id: I80b829328cce89c12ce98976d106cf02a82592ab --- diff --git a/quantum/agent/l3_agent.py b/quantum/agent/l3_agent.py index b4e31b3ea..1cccb78a8 100644 --- a/quantum/agent/l3_agent.py +++ b/quantum/agent/l3_agent.py @@ -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,