From 286bab7489c51ba98c87a19a464018a90d7e3f70 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 27 Jul 2021 00:11:57 +0200 Subject: [PATCH] typo --- platypush/bus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]: """