From 37e5e2a8883f00855103a20856e618eb9f40d63a Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Thu, 13 Nov 2014 10:44:45 -0800 Subject: [PATCH] Fix tiny typo in server.py Missing the word 'to' Change-Id: I6d1cc923b4085f0451a3a4b2d4b716b2c7ac5e96 --- oslo/messaging/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo/messaging/server.py b/oslo/messaging/server.py index f36ab314a..a5e3477d2 100644 --- a/oslo/messaging/server.py +++ b/oslo/messaging/server.py @@ -56,7 +56,7 @@ class ServerListenError(MessagingServerError): class MessageHandlingServer(object): """Server for handling messages. - Connect a transport to a dispatcher that knows how process the + Connect a transport to a dispatcher that knows how to process the message using an executor that knows how the app wants to create new tasks. """