X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/f4fb63c7b74ff0e28cab75889fd6b0947f57d662..a9ccbcd7e3e4416b46c5c8cd5e61e7930776a83e:/dist/Storable/Storable.xs diff --git a/dist/Storable/Storable.xs b/dist/Storable/Storable.xs index 7d27275..39f3565 100644 --- a/dist/Storable/Storable.xs +++ b/dist/Storable/Storable.xs @@ -3720,7 +3720,7 @@ undef_special_case: * Write magic number and system information into the file. * Layout is [ * ] where is the length of the byteorder hexa string. - * All size and lenghts are written as single characters here. + * All size and lengths are written as single characters here. * * Note that no byte ordering info is emitted when is true, since * integers will be emitted in network order in that case.