# HG changeset patch # User Paul Eggert # Date 1130707863 0 # Node ID 649a703475b83cd06f4530583bab6b0817de1030 # Parent d811a65bfa7a4ecba15b0b2f6994c95ed5584b32 Fix typo in previous change. diff --git a/lib/ChangeLog b/lib/ChangeLog --- 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