l3_rpc: Fix a comment typo

Change-Id: Ibd6a9928b84567ac6ad93077d26072d4de560a95
This commit is contained in:
YAMAMOTO Takashi 2015-04-13 14:52:33 +09:00
parent 7c46e082cd
commit 2c0ac29749
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class L3RpcCallback(object):
def get_external_network_id(self, context, **kwargs):
"""Get one external network id for l3 agent.
l3 agent expects only on external network when it performs
l3 agent expects only one external network when it performs
this query.
"""
context = neutron_context.get_admin_context()