Fixed misspellings of common words
Fixed misspelling of common words found by the misspellings tool. Change-Id: I4dfa38e84e09fc08fdecf025663351ca62e09fd8 Closes-Bug: #1257531
This commit is contained in:
parent
566c40e92d
commit
1a2377c485
@ -92,7 +92,7 @@ class MatchMakerBase(object):
|
|||||||
"""Acknowledge that a key.host is alive.
|
"""Acknowledge that a key.host is alive.
|
||||||
|
|
||||||
Used internally for updating heartbeats, but may also be used
|
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)
|
successfully sent to host)
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
@ -174,7 +174,7 @@ class HeartbeatMatchMakerBase(MatchMakerBase):
|
|||||||
"""Acknowledge that a host.topic is alive.
|
"""Acknowledge that a host.topic is alive.
|
||||||
|
|
||||||
Used internally for updating heartbeats, but may also be used
|
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)
|
successfully sent to host)
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError("Must implement ack_alive")
|
raise NotImplementedError("Must implement ack_alive")
|
||||||
|
Loading…
Reference in New Issue
Block a user