projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce5669a
)
Fix typo in previous change.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 30 Oct 2005 21:31:03 +0000
(21:31 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 30 Oct 2005 21:31:03 +0000
(21:31 +0000)
lib/ChangeLog
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index bb1edf84fc316bece5ce93259a1c88078be7ebac..767231d4c3a9ad490de01da318197876853fa5f2 100644
(file)
--- 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>