From 7265217e216084223afd82844ca262dedc3549c3 Mon Sep 17 00:00:00 2001 From: chenjiao Date: Mon, 18 Jun 2018 15:45:24 +0800 Subject: [PATCH] Amend the spelling error of a word Amend the spelling error of a word Change-Id: Idd701c4cf48fea1d7490cfae4b15061866531d89 --- mistral/event_engine/default_event_engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mistral/event_engine/default_event_engine.py b/mistral/event_engine/default_event_engine.py index 0336623d7..12a7b8e63 100644 --- a/mistral/event_engine/default_event_engine.py +++ b/mistral/event_engine/default_event_engine.py @@ -325,7 +325,7 @@ class DefaultEventEngine(base.EventEngine): self.handler_tg.add_thread(self._process_event_queue) def process_notification_event(self, notification): - """Callback funtion by event handler. + """Callback function by event handler. Just put notification into a queue. """