Skip to content

Commit

Permalink
Fixed misspellings of common words
Browse files Browse the repository at this point in the history
Fixed misspelling of common words found by the misspellings tool.

Change-Id: I4dfa38e84e09fc08fdecf025663351ca62e09fd8
Closes-Bug: #1257531
  • Loading branch information
SlickNik committed Dec 4, 2013
1 parent 566c40e commit 1a2377c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oslo/messaging/_drivers/matchmaker.py
Expand Up @@ -92,7 +92,7 @@ def ack_alive(self, key, host):
"""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
Expand Down Expand Up @@ -174,7 +174,7 @@ def ack_alive(self, key, host):
"""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")
Expand Down

0 comments on commit 1a2377c

Please sign in to comment.