From 08cf09420b5af4d191908996abed74b45993ffcb Mon Sep 17 00:00:00 2001 From: Nikolay Sobolevskiy Date: Thu, 6 Jun 2013 12:44:19 +0400 Subject: [PATCH] Fix typo in l3_agent Fix incorrect typo in the option description. Change-Id: I80b829328cce89c12ce98976d106cf02a82592ab --- quantum/agent/l3_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.45.2