about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorFrank Terbeck <bewater@users.sourceforge.net>2010-06-17 12:23:26 +0000
committerFrank Terbeck <bewater@users.sourceforge.net>2010-06-17 12:23:26 +0000
commit9611513a89e32886382269cc600b82b00aed39d3 (patch)
treeb00ed53f2c0d38f8e6baf403e4eb6d30172d561e /Doc
parentce22f32bcbcc8df49a67cc22ea18d3691a701332 (diff)
downloadzsh-9611513a89e32886382269cc600b82b00aed39d3.tar.gz
zsh-9611513a89e32886382269cc600b82b00aed39d3.tar.xz
zsh-9611513a89e32886382269cc600b82b00aed39d3.zip
Holger Weiss: Doc/Zsh/compsys.yo: Fix a typo.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 188e02e33..053047ab6 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -1780,7 +1780,7 @@ of the cursor.  If it is set to `false', completion will be done even there.
 
 The value may also contain the substrings `tt(pending)' or
 `tt(pending=)var(val)'.  In this case, the typed character will be
-inserted instead of staring completion when there is unprocessed input
+inserted instead of starting completion when there is unprocessed input
 pending.  If a var(val) is given, completion will not be done if there
 are at least that many characters of unprocessed input.  This is often
 useful when pasting characters into a terminal.  Note