From: Paul Eggert Date: Sun, 30 Oct 2005 21:31:03 +0000 (+0000) Subject: Fix typo in previous change. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15528ea6056d37721ab1bcc75e76c2fa16e057be;p=pspp Fix typo in previous change. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index bb1edf84fc..767231d4c3 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