From b3b1ae192620e54f3340a3b233cd5c481bfb1971 Mon Sep 17 00:00:00 2001 From: lidong Date: Fri, 4 Aug 2017 11:24:16 +0800 Subject: [PATCH] Fix a typo Change-Id: Ie5cb0366804163309f573ca5a2bf5b129c3a8e9b --- oslo_messaging/_drivers/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oslo_messaging/_drivers/base.py b/oslo_messaging/_drivers/base.py index f7c1ba422..5eaf9f447 100644 --- a/oslo_messaging/_drivers/base.py +++ b/oslo_messaging/_drivers/base.py @@ -415,7 +415,7 @@ class BaseDriver(object): :param target: The message's destination address :type target: Target :param ctxt: Context metadata provided by sending application which - must transfered along with the message. + is transferred along with the message. :type ctxt: dict :param message: message provided by the caller :type message: dict @@ -473,7 +473,7 @@ class BaseDriver(object): :param target: The message's destination address :type target: Target :param ctxt: Context metadata provided by sending application which - must transfered along with the message. + is transferred along with the message. :type ctxt: dict :param message: message provided by the caller :type message: dict