]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fixes spelling error
authorMike King <mike.king@hp.com>
Fri, 19 Dec 2014 18:03:06 +0000 (11:03 -0700)
committerCarl Baldwin <carl.baldwin@hp.com>
Tue, 23 Dec 2014 19:36:42 +0000 (19:36 +0000)
Closes-Bug: #1404341

Change-Id: I1e0209ab293494942efab12baabd4858df40e3aa

neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py

index 9a75fd414010730cd07ce09a1f0f0add8603bb96..76712e332abb6375d4f200f51c3d199f340528dd 100644 (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)