diff --git a/platypush/bus/__init__.py b/platypush/bus/__init__.py index 86d889493..109304bcb 100644 --- a/platypush/bus/__init__.py +++ b/platypush/bus/__init__.py @@ -84,7 +84,7 @@ class Bus(object): threading.Thread(target=self._msg_executor(msg)).start() - logger.info('Bus service stoppped') + logger.info('Bus service stopped') def register_handler(self, event_type: Type[Event], handler: Callable[[Event], None]) -> Callable[[], None]: """