about summary refs log tree commit diff
path: root/Doc/Zsh/expn.yo
diff options
context:
space:
mode:
authorMartijn Dekker <martijn@inlv.org>2019-12-04 21:31:12 +0000
committerDaniel Shahaf <danielsh@apache.org>2019-12-04 21:31:17 +0000
commitbcde790c88e3ba03a0b60dc1e30a620a843d0f73 (patch)
treee029610a42829091d0146ced1b54f4615009bbf1 /Doc/Zsh/expn.yo
parent06dddd0b98da9fa285573b1a6e1a0ecc2d6c6bd4 (diff)
downloadzsh-bcde790c88e3ba03a0b60dc1e30a620a843d0f73.tar.gz
zsh-bcde790c88e3ba03a0b60dc1e30a620a843d0f73.tar.xz
zsh-bcde790c88e3ba03a0b60dc1e30a620a843d0f73.zip
44981: Fix some typos in the documentation.
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r--Doc/Zsh/expn.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 5f7aaa1b3..d7147dbd7 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1139,7 +1139,7 @@ form of single quoting is used that only quotes the string if needed to
 protect special characters.  Typically this form gives the most readable
 output.
 
-If a tt(q+) is given, an extended form of minmal quoting is used that
+If a tt(q+) is given, an extended form of minimal quoting is used that
 causes unprintable characters to be rendered using tt($')var(...)tt(').
 This quoting is similar to that used by the output of values by the
 tt(typeset) family of commands.