about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorFrank Terbeck <bewater@users.sourceforge.net>2011-07-03 11:54:11 +0000
committerFrank Terbeck <bewater@users.sourceforge.net>2011-07-03 11:54:11 +0000
commit3dfa00a58368e623eb1985228e5a4b7e381986d9 (patch)
tree33882566472046467cd80a20e09dfb7186842dd0 /Doc
parent5276ff27d4db6f99763542d559a7ff284da73238 (diff)
downloadzsh-3dfa00a58368e623eb1985228e5a4b7e381986d9.tar.gz
zsh-3dfa00a58368e623eb1985228e5a4b7e381986d9.tar.xz
zsh-3dfa00a58368e623eb1985228e5a4b7e381986d9.zip
unposted: contrib.yo: Fix typo "paramter" to. Caught by debian's lintian.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/contrib.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 2b55b36f0..05bbcd7ec 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -2356,7 +2356,7 @@ This is similar to read-from-minibuffer in that it may be called as a
 function from a widget or as a widget of its own, and interactively reads
 input from the keyboard.  However, the input being typed is concealed and
 a string of asterisks (`tt(*)') is shown instead.  The value is saved in
-the paramter tt($INVISIBLE) to which a reference is inserted into the
+the parameter tt($INVISIBLE) to which a reference is inserted into the
 editing buffer at the restored cursor position.  If the read was aborted
 by a keyboard break (typically tt(^G)) or another escape from editing such
 as tt(push-line), tt($INVISIBLE) is set to empty and the original buffer