From 1a2377c485cacb953dcc1c55c41e9281402407ea Mon Sep 17 00:00:00 2001 From: Nikhil Manchanda Date: Wed, 4 Dec 2013 15:38:27 -0800 Subject: [PATCH] Fixed misspellings of common words Fixed misspelling of common words found by the misspellings tool. Change-Id: I4dfa38e84e09fc08fdecf025663351ca62e09fd8 Closes-Bug: #1257531 --- oslo/messaging/_drivers/matchmaker.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oslo/messaging/_drivers/matchmaker.py b/oslo/messaging/_drivers/matchmaker.py index b280cbdf0..3797f0426 100644 --- a/oslo/messaging/_drivers/matchmaker.py +++ b/oslo/messaging/_drivers/matchmaker.py @@ -92,7 +92,7 @@ class MatchMakerBase(object): """Acknowledge that a key.host is alive. Used internally for updating heartbeats, but may also be used - publically to acknowledge a system is alive (i.e. rpc message + publicly to acknowledge a system is alive (i.e. rpc message successfully sent to host) """ pass @@ -174,7 +174,7 @@ class HeartbeatMatchMakerBase(MatchMakerBase): """Acknowledge that a host.topic is alive. Used internally for updating heartbeats, but may also be used - publically to acknowledge a system is alive (i.e. rpc message + publicly to acknowledge a system is alive (i.e. rpc message successfully sent to host) """ raise NotImplementedError("Must implement ack_alive")