--- CBOR-XS/XS.pm 2021/11/04 16:49:35 1.85 +++ CBOR-XS/XS.pm 2022/08/03 12:28:32 1.86 @@ -475,7 +475,7 @@ if a full CBOR object is available, but is much more efficient. It basically works by parsing as much of a CBOR string as possible - if -the CBOR data is not complete yet, the pasrer will remember where it was, +the CBOR data is not complete yet, the parser will remember where it was, to be able to restart when more data has been accumulated. Once enough data is available to either decode a complete CBOR value or raise an error, a real decode will be attempted.