Fix typos in addressing.py and setup.cfg

TrivialFix

Change-Id: I403ede0d11357c76da2432fd14a6b843969c1c17
This commit is contained in:
Hu Yupeng 2016-10-17 15:52:25 +08:00
parent 7e0d8a035f
commit 4ba1b594d5
2 changed files with 2 additions and 2 deletions

View File

@ -256,7 +256,7 @@ class AddresserFactory(object):
self._kwargs = kwargs
def __call__(self, remote_properties):
# for backwards compatiblity use legacy if dynamic and we're connected
# for backwards compatibility use legacy if dynamic and we're connected
# to qpidd or we cannot identify the message bus. This can be
# overridden via the configuration.
product = remote_properties.get('product', 'qpid-cpp')

View File

@ -59,7 +59,7 @@ oslo.messaging.notify.drivers =
oslo.messaging.pika.connection_factory =
# Creates new connection for each create_connection call. Old-style behaviour
# Uses a much more connections then single and read_write factories but still avalable as
# Uses a much more connections then single and read_write factories but still available as
# an option
new = oslo_messaging._drivers.pika_driver.pika_connection_factory:PikaConnectionFactory