changeset 6441:649a703475b8

Fix typo in previous change.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 30 Oct 2005 21:31:03 +0000
parents d811a65bfa7a
children 74f7f6a4a0f9
files lib/ChangeLog
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <eggert@cs.ucla.edu>