From d88f509ba98aecbae4c218f3ab521deb5788378a Mon Sep 17 00:00:00 2001
From: Daniel Blankenberg <dan.blankenberg@gmail.com>
Date: Thu, 28 Sep 2017 16:54:37 -0400
Subject: [PATCH] Minor error message typo

---
 pulsar/client/staging/up.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pulsar/client/staging/up.py b/pulsar/client/staging/up.py
index d02dc9a8..c0c6faca 100644
--- a/pulsar/client/staging/up.py
+++ b/pulsar/client/staging/up.py
@@ -457,7 +457,7 @@ class TransferTracker(object):
             action = MessageAction(contents=contents, client=self.client)
         else:
             if not exists(path):
-                message = "handle_tranfer called on non-existent file - [%s]" % path
+                message = "handle_transfer called on non-existent file - [%s]" % path
                 log.warn(message)
                 raise Exception(message)
             action = self.__action(path, type)
-- 
GitLab