about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2014-02-25 09:17:26 +0100
committerOliver Kiddle <opk@zsh.org>2014-02-25 09:17:26 +0100
commit4149d0ab3e770b4e28b447ecbe6a6b77cecf46dd (patch)
tree6ebd92986bbe8b7ed59311b400500cd27a9610ff
parent39717411aeb4f72b772d97eeff3f9c1ecf48aae6 (diff)
downloadzsh-4149d0ab3e770b4e28b447ecbe6a6b77cecf46dd.tar.gz
zsh-4149d0ab3e770b4e28b447ecbe6a6b77cecf46dd.tar.xz
zsh-4149d0ab3e770b4e28b447ecbe6a6b77cecf46dd.zip
unposted: fix typo in documentation
-rw-r--r--ChangeLog2
-rw-r--r--Doc/Zsh/compsys.yo2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f73fdb57..18c866aa2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-02-24  Oliver Kiddle <opk@zsh.org>
 
+	* unposted: Doc/Zsh/compsys.yo: fix typo
+
 	* unposted: Completion/X/Command/_x_utils: duplicate local
 	statement was printing variable value
 
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 6f1917d36..c304461e2 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -2344,7 +2344,7 @@ This is used by the tt(_history) completer and the
 tt(_history_complete_word) bindable command to decide which words
 should be completed.  
 
-If it is a singe number, only the last var(N) words from the history
+If it is a single number, only the last var(N) words from the history
 will be completed.
 
 If it is a range of the form `var(max)tt(:)var(slice)',