Subject: | [PATCH] Pod nit in Digest.pm |
There is a small spelling fix in the current bleadperl. A patch for it is included below.
Thanks!
--- Digest.pm.old 2005-09-26 18:49:01.000000000 -0500
+++ Digest.pm 2005-09-26 18:48:29.000000000 -0500
@@ -205,7 +205,7 @@
read-once operation. Once it has been performed, the $ctx object is
automatically C<reset> and can be used to calculate another digest
value. Call $ctx->clone->digest if you want to calculate the digest
-without reseting the digest state.
+without resetting the digest state.
=item $ctx->hexdigest