Skip to content

Commit bbed705

Browse files
authored
typo in error message
1 parent 29ff095 commit bbed705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/sum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ sub do_md4 {
184184
require Digest::MD4;
185185
1;
186186
} or do {
187-
die "The md5 algorithm is not available on your system\n";
187+
die "The md4 algorithm is not available on your system\n";
188188
};
189189
my $ctx = Digest::MD4->new;
190190
$ctx->addfile($fh);

0 commit comments

Comments
 (0)