diff --git a/pypeman/message.py b/pypeman/message.py index 58342b69..703beff0 100644 --- a/pypeman/message.py +++ b/pypeman/message.py @@ -94,7 +94,7 @@ def to_dict(self): Therefore the payload and all the context is pickled and base64 encoded. Warning: the returned dict cannot be converted to json if meta contains - objects, that connot be dumped as json. + objects, that cannot be dumped as json. :return: A dict with an equivalent of message """