From f18221fbb016e91df7234cbcfd34affa140ebb58 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 12 Mar 2001 17:39:22 +0000 Subject: spelling corrections (13610) --- Doc/Zsh/builtins.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh/builtins.yo') 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 -- cgit 1.4.1