summaryrefslogtreecommitdiff
path: root/lib/Digest.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Digest.pm')
-rw-r--r--lib/Digest.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Digest.pm b/lib/Digest.pm
index 41cee707af..23454df53f 100644
--- a/lib/Digest.pm
+++ b/lib/Digest.pm
@@ -204,7 +204,7 @@ Note that the C<digest> operation is effectively a destructive,
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