--- CBOR-XS/XS.pm 2016/04/26 16:26:24 1.60 +++ CBOR-XS/XS.pm 2016/07/27 05:40:29 1.61 @@ -442,7 +442,7 @@ subsequent calls to C or C start to parse a new CBOR value from the beginning of the C<$buffer> again. -This method can be caled at any time, but it I be called if you want +This method can be called at any time, but it I be called if you want to change your C<$buffer> or there was a decoding error and you want to reuse the C<$cbor> object for future incremental parsings.