diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-02-11 00:36:08 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-02-11 00:36:08 +0000 |
commit | de107e9110722cfd3a80f6c93b1371e2dd7bec43 (patch) | |
tree | 2a3925767d36b1f3162bc7a22573efebab71823f /lib | |
parent | 9d5e0e26dbbc2f0a6d65eb511ad5c56eb60a3ca7 (diff) | |
download | coreutils-de107e9110722cfd3a80f6c93b1371e2dd7bec43.tar.xz |
Fix typo in previous checkin: I deleted a '2' by mistake.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 4775458c0..b91cba3ff 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -3,7 +3,7 @@ * closeout.c (close_stdout): Don't assume 'bool' converts nonzero ints to 0 or 1, as this isn't true for the stdbool.h substitute. -006-02-02 Jim Meyering <jim@meyering.net> +2006-02-02 Jim Meyering <jim@meyering.net> Eliminate the unwelcome (albeit unlikely) possibility of xmalloc failure on deficient systems, and simplify gnulib lgpl dependencies. |