summaryrefslogtreecommitdiff
path: root/msgpack/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'msgpack/exceptions.py')
-rw-r--r--msgpack/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/msgpack/exceptions.py b/msgpack/exceptions.py
index 2565541..f7678f1 100644
--- a/msgpack/exceptions.py
+++ b/msgpack/exceptions.py
@@ -20,7 +20,7 @@ class ExtraData(ValueError):
self.extra = extra
def __str__(self):
- return "unpack(b) recieved extra data."
+ return "unpack(b) received extra data."
class PackException(Exception):
pass