diff options
author | Frank Terbeck <bewater@users.sourceforge.net> | 2012-02-01 12:53:48 +0000 |
---|---|---|
committer | Frank Terbeck <bewater@users.sourceforge.net> | 2012-02-01 12:53:48 +0000 |
commit | 756f17a755fe52eb36aefc99bed4a41385d41df8 (patch) | |
tree | 5b6b02ad9c7c96c3ea70f99c68fce79e1a102488 /Doc/Zsh/grammar.yo | |
parent | 9c21d0baae4225b60516d89b186d5135c065e0aa (diff) | |
download | zsh-756f17a755fe52eb36aefc99bed4a41385d41df8.tar.gz zsh-756f17a755fe52eb36aefc99bed4a41385d41df8.tar.xz zsh-756f17a755fe52eb36aefc99bed4a41385d41df8.zip |
A.Costa: unposted: grammar.yo, ChangeLog-3.1: Fix typo to "definition"
Diffstat (limited to 'Doc/Zsh/grammar.yo')
-rw-r--r-- | Doc/Zsh/grammar.yo | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |