summaryrefslogtreecommitdiff
path: root/cpan/Digest-SHA/t/sha512.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Digest-SHA/t/sha512.t')
-rw-r--r--cpan/Digest-SHA/t/sha512.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Digest-SHA/t/sha512.t b/cpan/Digest-SHA/t/sha512.t
index 4b65412c6a..fcfe766961 100644
--- a/cpan/Digest-SHA/t/sha512.t
+++ b/cpan/Digest-SHA/t/sha512.t
@@ -29,7 +29,7 @@ for (1 .. $numtests) {
unless ($skip) {
print "not " unless sha512_hex($data) eq $digest;
}
- print "ok ", $_, $skip ? " # skip: no 64 bit" : "", "\n";
+ print "ok ", $_, $skip ? " # skip: no 64-bit" : "", "\n";
}
__DATA__