Stooping to Stopping spelling fix

This commit is contained in:
SpootDev 2015-04-20 17:30:16 -05:00
parent a00ecdb2f1
commit 3427192efa
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ def install_twisted_reactor(**kwargs):
'''Shutdown the twisted reactor main loop
'''
if reactor.threadpool:
Logger.info("Support: Stooping twisted threads")
Logger.info("Support: Stopping twisted threads")
reactor.threadpool.stop()
Logger.info("Support: Shutting down twisted reactor")
reactor._mainLoopShutdown()