Fixes spelling error

Closes-Bug: #1404341

Change-Id: I1e0209ab293494942efab12baabd4858df40e3aa
This commit is contained in:
Mike King 2014-12-19 11:03:06 -07:00 committed by Carl Baldwin
parent 77a54d50e6
commit 8504dedd9c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class L3AgentNotifyAPI(object):
def _notification_host(self, context, method, payload, host):
"""Notify the agent that is hosting the router."""
LOG.debug('Nofity agent at %(host)s the message '
LOG.debug('Notify agent at %(host)s the message '
'%(method)s', {'host': host,
'method': method})
cctxt = self.client.prepare(server=host)