Fixed spelling error - runnung to running

Change-Id: I20428f7cb3da449239d8321b1dc1b3f60570ed05
This commit is contained in:
Alex Holden 2014-03-07 09:33:46 -08:00
parent 33ef68c530
commit b75a9d4378

View File

@ -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()