Project

General

Profile

Actions

Bug #2043

closed

fix typo in sbin/md5/md5.c

Added by m.lombardi85 almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Fix typo in sbin/md5/md5.c

diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c
index 4c44f2b..22c3929 100644
--- a/sbin/md5/md5.c
++ b/sbin/md5/md5.c
@ -158,7 +158,7 @ digestfile(const char *fname, char *buf, const Algorithm_t *alg,
}
if (begin > end) {
warnx("%s is %jd bytes long. Begin-offset %jd (%jd) is "
- "larger than end-offet %jd (%jd)",
"larger than end-offset %jd (%jd)",
fname, (intmax_t)st.st_size,
(intmax_t)begin, (intmax_t)*beginp,
(intmax_t)end, (intmax_t)*endp);


Files

typo.patch (491 Bytes) typo.patch m.lombardi85, 04/11/2011 07:28 PM
Actions #1

Updated by swildner almost 13 years ago

Committed, thanks!

Actions

Also available in: Atom PDF