# New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81796] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81796 > --- cpan/Digest-MD5/Changes | 4 ++-- cpan/Digest-MD5/MD5.xs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cpan/Digest-MD5/Changes b/cpan/Digest-MD5/Changes index de43f07..22e29ab 100644 --- a/cpan/Digest-MD5/Changes +++ b/cpan/Digest-MD5/Changes @@ -68,7 +68,7 @@ Applied warning fix from Geoff Richards [RT#19643] - Applied compatiblity fix from Alexandr Ciornii [RT#30348] + Applied compatibility fix from Alexandr Ciornii [RT#30348] @@ -594,7 +594,7 @@ Release 1.99_55 - Grahams HMAC_MD5.pm splitted into two modules. Digest::HMAC and + Grahams HMAC_MD5.pm split into two modules. Digest::HMAC and Digest::HMAC_MD5. Also provide functional interface. Documentation is still lacking. diff --git a/cpan/Digest-MD5/MD5.xs b/cpan/Digest-MD5/MD5.xs index e8b9504..7abe562 100644 --- a/cpan/Digest-MD5/MD5.xs +++ b/cpan/Digest-MD5/MD5.xs @@ -89,7 +89,7 @@ static void u2s(U32 u, U8* s) ((U32)(*(s+3)) << 24)) #endif -/* This stucture keeps the current state of algorithm. +/* This structure keeps the current state of algorithm. */ typedef struct { U32 A, B, C, D; /* current digest */ @@ -555,7 +555,7 @@ static SV* make_mortal_sv(pTHX_ const unsigned char *src, int type) len = 22; break; default: - croak("Bad convertion type (%d)", type); + croak("Bad conversion type (%d)", type); break; } return sv_2mortal(newSVpv(ret,len)); -- 1.7.3.3Thread Next