Fix misspellings

Change-Id: Ic2f98e3fbf7fd1591838a9bc440b20ddf2833e6b
This commit is contained in:
venkatamahesh 2016-02-04 07:02:22 +05:30
parent 44c60cf7e7
commit 2b77d508de
3 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ Testing
of python oslo.messaging currently gates on.
* Must have integration testing including at least 3 popular oslo.messaging
dependents, preferrably at the minimum a devstack-gate job with Nova,
dependents, preferably at the minimum a devstack-gate job with Nova,
Cinder, and Neutron.
* All testing above must be voting in the gate of oslo.messaging.
@ -41,7 +41,7 @@ Documentation
Support
~~~~~~~
* Must have at least two individuals from the community commited to
* Must have at least two individuals from the community committed to
triaging and fixing bugs, and responding to test failures in a timely
manner.

View File

@ -815,7 +815,7 @@ class Connection(object):
sock.settimeout(orig_timeout)
def _heartbeat_check(self):
# NOTE(sileht): we are suposed to send at least one heartbeat
# NOTE(sileht): we are supposed to send at least one heartbeat
# every heartbeat_timeout_threshold, so no need to way more
with self._transport_socket_timeout(
self.heartbeat_timeout_threshold):

View File

@ -92,7 +92,7 @@ class DispatcherBase(object):
def _listen(self, transport):
"""Initiate the driver Listener
Usualy the driver Listener is start with the transport helper methods:
Usually the driver Listener is start with the transport helper methods:
* transport._listen()
* transport._listen_for_notifications()