Fix typo in previous change.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Oct 2005 21:31:03 +0000 (21:31 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Oct 2005 21:31:03 +0000 (21:31 +0000)
lib/ChangeLog

index bb1edf84fc316bece5ce93259a1c88078be7ebac..767231d4c3a9ad490de01da318197876853fa5f2 100644 (file)
@@ -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>