Fix typo in l3_agent

Fix incorrect typo in the option description.

Change-Id: I80b829328cce89c12ce98976d106cf02a82592ab
This commit is contained in:
Nikolay Sobolevskiy 2013-06-06 12:44:19 +04:00
parent d83caf9c1e
commit 08cf09420b
1 changed files with 1 additions and 1 deletions

View 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,