summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaoshuai <fwsakura@163.com>2016-07-29 10:59:34 +0800
committermaoshuai <fwsakura@163.com>2016-07-29 11:23:06 +0800
commit75764971962252ffd2720036e3b564b5d0ae76f1 (patch)
treeade9bfb305cb06a130bce937cb26973feb8f85e8
parent317641c42f006eaec644c3524da63b63ab6771e1 (diff)
downloadoslo-messaging-75764971962252ffd2720036e3b564b5d0ae76f1.tar.gz
fix a typo in impl_rabbit.py
Change-Id: I75f99d7e3a6b193e30d8d9baad6a939fbdd0ca6d
-rw-r--r--oslo_messaging/_drivers/impl_rabbit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_messaging/_drivers/impl_rabbit.py b/oslo_messaging/_drivers/impl_rabbit.py
index 50a7d14..ffe8901 100644
--- a/oslo_messaging/_drivers/impl_rabbit.py
+++ b/oslo_messaging/_drivers/impl_rabbit.py
@@ -86,7 +86,7 @@ rabbit_opts = [
cfg.IntOpt('kombu_missing_consumer_retry_timeout',
deprecated_name="kombu_reconnect_timeout",
default=60,
- help='How long to wait a missing client beforce abandoning to '
+ help='How long to wait a missing client before abandoning to '
'send it its replies. This value should not be longer '
'than rpc_response_timeout.'),
cfg.StrOpt('kombu_failover_strategy',