summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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