summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2002-08-05 12:42:07 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2002-08-05 12:42:07 +0000
commit5faa97cb41103384bd6e26bfb2efa720e576f9e2 (patch)
treeddabb81f96d6a8cee0c894860070f971dc8feb94
parentaf0697b70533b6e40c92180a7523c16cf49798e9 (diff)
downloadzsh-5faa97cb41103384bd6e26bfb2efa720e576f9e2.tar.gz
zsh-5faa97cb41103384bd6e26bfb2efa720e576f9e2.zip
17503: fix typos and spelling mistakes
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 544667068..727542f12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2002-08-05 Oliver Kiddle <opk@zsh.org>
+ * 17503: Doc/Zsh/builtins.yo, Doc/Zsh/compsys.yo, Doc/Zsh/contrib.yo,
+ Doc/Zsh/expn.yo, Doc/Zsh/files.yo, Doc/Zsh/params.yo, Doc/Zsh/zle.yo:
+ fix various typos, spelling mistakes and poor wordings in docs
+
+ * 17503: Src/builtin.c, Src/compat.c, Src/exec.c, Src/glob.c,
+ Src/hashtable.c, Src/init.c, Src/lex.c, Src/math.c, Src/mem.c,
+ Src/module.c, Src/params.c, Src/parse.c, Src/pattern.c,
+ Src/prompt.c, Src/utils.c, Src/zsh.h: fix various typos
+ and spelling mistakes in source code comments
+
* Akinori Musha: 17499: Completion/BSD/Command/_bsd_pkg: BSD pkg_*
tools now support bzip2'd packages