about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrank Terbeck <bewater@users.sourceforge.net>2012-02-01 12:53:48 +0000
committerFrank Terbeck <bewater@users.sourceforge.net>2012-02-01 12:53:48 +0000
commit756f17a755fe52eb36aefc99bed4a41385d41df8 (patch)
tree5b6b02ad9c7c96c3ea70f99c68fce79e1a102488
parent9c21d0baae4225b60516d89b186d5135c065e0aa (diff)
downloadzsh-756f17a755fe52eb36aefc99bed4a41385d41df8.tar.gz
zsh-756f17a755fe52eb36aefc99bed4a41385d41df8.tar.xz
zsh-756f17a755fe52eb36aefc99bed4a41385d41df8.zip
A.Costa: unposted: grammar.yo, ChangeLog-3.1: Fix typo to "definition"
-rw-r--r--ChangeLog7
-rw-r--r--Doc/Zsh/grammar.yo2
-rw-r--r--Etc/ChangeLog-3.12
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 68afd642b..dd02025b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-01  Frank Terbeck  <ft@bewatermyfriend.org>
+
+	* A.Costa: unposted: Doc/Zsh/grammar.yo, Etc/ChangeLog-3.1: Fix
+	typo to "definition".
+
 2012-01-31  Peter Stephenson  <pws@csr.com>
 
 	* seiler via Ismail: 30174: Completion/Unix/Command/_osc,
@@ -15898,5 +15903,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5570 $
+* $Revision: 1.5571 $
 *****************************************************
diff --git a/Doc/Zsh/grammar.yo b/Doc/Zsh/grammar.yo
index 30fec79c6..1eb358ea3 100644
--- a/Doc/Zsh/grammar.yo
+++ b/Doc/Zsh/grammar.yo
@@ -508,7 +508,7 @@ func+LPAR()RPAR() {
     echo Do something with $*
 })
 
-Because aliases are expanded in function defintions, this causes the
+Because aliases are expanded in function definitions, this causes the
 following command to be executed:
 
 example(noglob func+LPAR()RPAR() {
diff --git a/Etc/ChangeLog-3.1 b/Etc/ChangeLog-3.1
index 4327435ea..a1a553794 100644
--- a/Etc/ChangeLog-3.1
+++ b/Etc/ChangeLog-3.1
@@ -5777,7 +5777,7 @@
 	* Sven: 10272, 10275: Doc/Zsh/builtins.yo, Src/builtin.c, Src/exec.c:
 	autoload can force zsh/ksh styles with -z, -k; integrate
 	execautofn() and loadautofn().  Side effect that -kX must run the
-	code to get at the function defintion.
+	code to get at the function definition.
 
 	* Sven: 10273: Src/Zle/complete.c: problem with test for empty
 	prefix.