diff --git a/socketio/uwsgi_manager.py b/socketio/uwsgi_manager.py index da8d9f8..eae9b6c 100644 --- a/socketio/uwsgi_manager.py +++ b/socketio/uwsgi_manager.py @@ -64,7 +64,7 @@ class UWSGIManager(PubSubManager): # pragma: no cover return 0 def _publish(self, data): - logger.warning('pubish from worker %s' % uwsgi.worker_id()) + logger.warning('publish from worker %s' % uwsgi.worker_id()) uwsgi.queue_push(pickle.dumps(data)) uwsgi.signal(self.signum)