Skip Menu |

This queue is for tickets about the Digest-MD4 CPAN distribution.

Report information
The Basics
Id: 126950
Status: new
Priority: 0/
Queue: Digest-MD4

People
Owner: Nobody in particular
Requestors: x.guimard [...] free.fr
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.9
Fixed in: (no value)



Subject: Spelling errors
Hello, just some little errors: --- a/MD4.pm +++ b/MD4.pm @@ -207,7 +207,7 @@ read-once operation. Once it has been performed, the C<Digest::MD4> object is automatically C<reset> and can be used to calculate another digest value. Call $md4->clone->digest if you want to calculate the -digest without reseting the digest state. +digest without resetting the digest state. =item $md4->hexdigest --- a/MD4.xs +++ b/MD4.xs @@ -437,7 +437,7 @@ len = 22; break; default: - croak("Bad convertion type (%d)", type); + croak("Bad conversion type (%d)", type); break; } return sv_2mortal(newSVpv(ret,len));