diff --git a/kivy/support.py b/kivy/support.py index 216ab31bd..492aba4d9 100644 --- a/kivy/support.py +++ b/kivy/support.py @@ -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()