summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-07-17 09:16:59 +0200
committerJim Meyering <jim@meyering.net>2007-07-17 09:16:59 +0200
commit8062509aa78d50e071eb95ec8a5dae88fbc00263 (patch)
tree56a106afdf412e2d1011190a2c7defe665c4d908
parent0a744370bb9a58b023d518bf4f32a5cb36929138 (diff)
downloadcoreutils-8062509aa78d50e071eb95ec8a5dae88fbc00263.tar.xz
ChangeLog: Mention the correct function name in the 2007-07-08 bootstrap
entry.
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 99cbd62e1..9219159dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -170,8 +170,8 @@
2007-07-08 Jim Meyering <jim@meyering.net>
Adapt to deeper hierarchy in gnulib.
- * bootstrap (gnulib_tool): If the destination directory doesn't exist,
- create it. This is required at least for "lib/uniwidth/cjk.h".
+ * bootstrap (symlink_to_dir): If the destination directory doesn't
+ exist, create it. This is required at least for "lib/uniwidth/cjk.h".
Use <wchar.h>, not "wcwidth.h".
* src/wc.c: Now that gnulib provides the POSIX-specified <wchar.h>,