summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChuanGang Jiang <jiangchuanganghw@outlook.com>2023-02-10 14:34:25 +0000
committerBruno Haible <bruno@clisp.org>2023-02-10 15:53:49 +0100
commit2269df0a82415dee8007397dae49e957d78d8369 (patch)
tree52c2e88f6a3b71d8874ed36bb40ded4fa0a341cd /ChangeLog
parenteecd8afd696055cf39ef934208724bfe850c5760 (diff)
downloadgnulib-2269df0a82415dee8007397dae49e957d78d8369.tar.gz
Fix typos like "the the" and "a a" in comments.
* lib/c32is-impl.h: s/the the/the/ * lib/getopt-pfx-core.h: s/a a/a/ * lib/term-style-control.h: s/the the/the/ * lib/textstyle.in.h: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 647ccdf883..9d266165a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2023-02-10 ChuanGang Jiang <jiangchuanganghw@outlook.com> (tiny change)
+
+ Fix typos like "the the" and "a a" in comments.
+ * lib/c32is-impl.h: s/the the/the/
+ * lib/getopt-pfx-core.h: s/a a/a/
+ * lib/term-style-control.h: s/the the/the/
+ * lib/textstyle.in.h: Likewise.
+
2023-02-10 Bruno Haible <bruno@clisp.org>
chown, lchown, fchownat tests: Avoid test failure on macOS 12.