about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2020-11-12 01:13:23 +0100
committerMikael Magnusson <mikachu@gmail.com>2020-11-12 01:15:38 +0100
commitd3a6dee9cd7f874fe543a7daf6165b8beee80eea (patch)
tree5498b51414da57079c9df30cad9e441fa27b780e
parent2644e3097dd26babf73ea8664f30341b262a2450 (diff)
downloadzsh-d3a6dee9cd7f874fe543a7daf6165b8beee80eea.tar.gz
zsh-d3a6dee9cd7f874fe543a7daf6165b8beee80eea.tar.xz
zsh-d3a6dee9cd7f874fe543a7daf6165b8beee80eea.zip
unposted: Fix typo 'my be' for typeset
-rw-r--r--Doc/Zsh/builtins.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 4b91db1fe..ebb29f632 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -1939,7 +1939,7 @@ a set of three normal command line arguments to tt(typeset) after
 expansion.  Hence it is not possible to assign to multiple arrays by
 this means.
 
-Note that each interface to any of the commands my be disabled
+Note that each interface to any of the commands may be disabled
 separately.  For example, `tt(disable -r typeset)' disables the reserved
 word interface to tt(typeset), exposing the builtin interface, while
 `tt(disable typeset)' disables the builtin.  Note that disabling the