From b75a9d43786babde47ca05160552e3a0338a4dec Mon Sep 17 00:00:00 2001 From: Alex Holden Date: Fri, 7 Mar 2014 09:33:46 -0800 Subject: [PATCH] Fixed spelling error - runnung to running Change-Id: I20428f7cb3da449239d8321b1dc1b3f60570ed05 --- tests/test_qpid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_qpid.py b/tests/test_qpid.py index 3f3fa7726..6c15dedb4 100644 --- a/tests/test_qpid.py +++ b/tests/test_qpid.py @@ -52,7 +52,7 @@ def _is_qpidd_service_running(): connection = qpid.messaging.Connection(broker) connection.open() except Exception: - # qpid service is not runnung. + # qpid service is not running. qpid_running = False else: connection.close()