about summary refs log tree commit diff
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
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.
-rw-r--r--ChangeLog7
-rw-r--r--Doc/Zsh/contrib.yo2
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 29e0a6e3b..13cc12a83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-03  Frank Terbeck  <ft@bewatermyfriend.org>
+
+	* unposted: Doc/Zsh/contrib.yo: Fix typo "paramter" to. Caught by
+	debian's lintian.
+
 2011-07-01  Peter Stephenson  <pws@csr.com>
 
 	* 29530: Src/subst.c, Test/E01options.ztst: ${..?..} shouldn't
@@ -15087,5 +15092,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5391 $
+* $Revision: 1.5392 $
 *****************************************************
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