看板 DFBSD_submit 關於我們 聯絡資訊
--HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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); --HlL+5n6rz5pIUxbD Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="typo.patch" 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); --HlL+5n6rz5pIUxbD--