fix a typo in impl_rabbit.py

Change-Id: I75f99d7e3a6b193e30d8d9baad6a939fbdd0ca6d
This commit is contained in:
maoshuai 2016-07-29 10:59:34 +08:00
parent 317641c42f
commit 7576497196

View File

@ -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',