diff --git a/marshalparser/marshalparser.py b/marshalparser/marshalparser.py index 5df560e..153ffe0 100644 --- a/marshalparser/marshalparser.py +++ b/marshalparser/marshalparser.py @@ -113,7 +113,7 @@ def read_object(self) -> Any: type = types[bytestring] except KeyError: print( - f"Cannot read/parse byte {b!r} {bytestring!r} on possition {i}" + f"Cannot read/parse byte {b!r} {bytestring!r} on position {i}" ) print("Might be error or unsupported TYPE") print(self.output)