about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2011-12-09 15:54:17 +0000
committerMikael Magnusson <mikachu@gmail.com>2011-12-09 15:54:17 +0000
commit9d83e165fc1d32abebb04388f46785b14017f837 (patch)
tree2313f2fd7ca9eca2c5753b2bf49b7e9bbfc64dce
parent94ef211b9b471c0ed773fd2f73a9f64e18a13b9c (diff)
downloadzsh-9d83e165fc1d32abebb04388f46785b14017f837.tar.gz
zsh-9d83e165fc1d32abebb04388f46785b14017f837.tar.xz
zsh-9d83e165fc1d32abebb04388f46785b14017f837.zip
unposted: remove duplicated 'the' in compsys.yo.
-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 8c08de6a5..2f5c9e1b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-09  Mikael Magnusson  <mikachu@gmail.com>
+
+	* unposted: Doc/Zsh/compsys.yo: Remove duplicated 'the'.
+
 2011-12-09  Peter Stephenson  <pws@csr.com>
 
 	* unposted: Completion/compinit: add NO_ignoreclosebraces to
@@ -15692,5 +15696,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5525 $
+* $Revision: 1.5526 $
 *****************************************************
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index e07ac0e9e..54c0d5db8 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -4808,7 +4808,7 @@ Note also that tt(_values) normally adds the character used as the
 separator between values as an auto-removable suffix (similar to a
 `tt(/)' after a directory).  However, this is not possible for a
 `tt(->)var(string)' action as the matches for the argument are
-generated by the calling function.  To get the usual behaviour, the
+generated by the calling function.  To get the usual behaviour,
 the calling function can add the separator var(x) as a suffix by
 passing the options `tt(-qS) var(x)' either directly or indirectly to
 tt(compadd).