about summary refs log tree commit diff
path: root/Doc/Zsh/func.yo
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-05-29 17:54:08 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-05-29 17:54:08 +0000
commit56528ccb661d4985776234c89355a14093063534 (patch)
tree8b84684ff6827f7e30ad6c670a5b80a2c136b9ac /Doc/Zsh/func.yo
parente4d828b28e73846d24d03b3fada69f769cdcbb33 (diff)
downloadzsh-56528ccb661d4985776234c89355a14093063534.tar.gz
zsh-56528ccb661d4985776234c89355a14093063534.tar.xz
zsh-56528ccb661d4985776234c89355a14093063534.zip
spelling corrections
Diffstat (limited to 'Doc/Zsh/func.yo')
-rw-r--r--Doc/Zsh/func.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/func.yo b/Doc/Zsh/func.yo
index f6ff2a116..78cfde012 100644
--- a/Doc/Zsh/func.yo
+++ b/Doc/Zsh/func.yo
@@ -176,7 +176,7 @@ executed.  If the history mechanism is active (and the line was not
 discarded from the history buffer), the string that the user typed is
 passed as the first argument, otherwise it is an empty string.  The
 actual command that will be executed (including expanded aliases) is
-passed in two differnt forms: the second argument is a single-line,
+passed in two different forms: the second argument is a single-line,
 size-limited version of the command (with things like function bodies
 elided); the third argument contains the full text what what is being
 executed.