about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Doc/Zsh/compsys.yo2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 635c4028a..927b12541 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-12-17  Andrey Borzenkov <bor@zsh.org>
+
+	* unposted: Doc/Zsh/compsys.yo: typo fix
+
 2010-12-16  Andrey Borzenkov <bor@zsh.org>
 
 	* 27715: Completion/Unix/Command/_stgit: fixes for new
@@ -12765,5 +12769,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4903 $
+* $Revision: 1.4904 $
 *****************************************************
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index a437a705c..034540d3e 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -203,7 +203,7 @@ currently named in tt(fpath), set tt(_compdir) to an empty string before
 calling tt(compaudit) or tt(compinit).
 
 findex(bashcompinit)
-The function tt(bashcompinit) compatibility with bash's programmable
+The function tt(bashcompinit) provides compatibility with bash's programmable
 completion system.  When run it will define the functions, tt(compgen) and
 tt(complete) which correspond to the bash builtins with the same names.
 It will then be possible to use completion specifications and functions