about summary refs log tree commit diff
path: root/Doc/Zsh/builtins.yo
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-03-12 17:39:22 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-03-12 17:39:22 +0000
commitf18221fbb016e91df7234cbcfd34affa140ebb58 (patch)
tree9f2dcd6040427b5722c1a0fb0222f6e9463af95f /Doc/Zsh/builtins.yo
parentffe07b38293f4e10fcdd52dc4a846706fd9788e6 (diff)
downloadzsh-f18221fbb016e91df7234cbcfd34affa140ebb58.tar.gz
zsh-f18221fbb016e91df7234cbcfd34affa140ebb58.tar.xz
zsh-f18221fbb016e91df7234cbcfd34affa140ebb58.zip
spelling corrections (13610)
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r--Doc/Zsh/builtins.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index ec7c00830..09ed8b9ed 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -834,7 +834,7 @@ Note that read does not attempt to alter the input processing mode.  The
 default mode is canonical input, in which an entire line is read at a time,
 so usually `tt(read -t)' will not read anything until an entire line has
 been typed.  However, when reading from the terminal with tt(-k)
-this is automatically handled; note that only availablity of the first
+this is automatically handled; note that only availability of the first
 character is tested, so that e.g. `tt(read -t -k 2)' can still block on the
 second character.
 )
@@ -1610,7 +1610,7 @@ of things implemented by modules.  In this case, any aliases are
 automatically resolved and the tt(-A) flag is not used.
 )
 item(tt(zmodload) tt(-A) [ tt(-L) ] [ var(modalias)[tt(=)var(module)] ... ])(
-For each argument, if both var(modlias) and var(module) are given,
+For each argument, if both var(modalias) and var(module) are given,
 define var(modalias) to be an alias for the module var(module).
 If the module var(modalias) is ever subsequently requested, either via a
 call to tt(zmodload) or implicitly, the shell will attempt to load