From: Paul Eggert Date: Sun, 30 Oct 2005 21:31:03 +0000 (+0000) Subject: Fix typo in previous change. X-Git-Tag: cvs-readonly~2745 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=15528ea6056d37721ab1bcc75e76c2fa16e057be;p=gnulib.git Fix typo in previous change. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index bb1edf84f..767231d4c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -2,7 +2,7 @@ Fix porting problem reported by Theodoros V. Kalamatianos. * utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]: - Don't assume that futimes failing means we mustfail. + Don't assume that futimes failing means we must fail. 2005-10-29 Paul Eggert