From 7158d90be57480afc7eff478bd8a98bbac667809 Mon Sep 17 00:00:00 2001 From: "Q.hongtao" Date: Fri, 6 Sep 2019 16:04:51 +0800 Subject: [PATCH] Fix misspell word Change-Id: I5c49cdbb12e34c914248927fb761f85c8410ed51 --- mistral/messaging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mistral/messaging.py b/mistral/messaging.py index 4e8b68408..03083e04f 100644 --- a/mistral/messaging.py +++ b/mistral/messaging.py @@ -14,7 +14,7 @@ # limitations under the License. """ This module contains common structures and functions that help to handle -AMQP messages based on olso.messaging framework. +AMQP messages based on oslo.messaging framework. """ import abc