summary refs log tree commit diff
path: root/Doc/Zsh/mod_mapfile.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/mod_mapfile.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/mod_mapfile.yo')
-rw-r--r--Doc/Zsh/mod_mapfile.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_mapfile.yo b/Doc/Zsh/mod_mapfile.yo
index 96e056816..640beeb12 100644
--- a/Doc/Zsh/mod_mapfile.yo
+++ b/Doc/Zsh/mod_mapfile.yo
@@ -18,7 +18,7 @@ editing the file `tt(myfile)'.
 
 When the array is accessed as a whole, the keys are the names of files in
 the current directory, and the values are empty (to save a huge overhead in
-memory).  Thus tt(${(k)mapfile}) has the same affect as the glob operator
+memory).  Thus tt(${(k)mapfile}) has the same effect as the glob operator
 tt(*(D)), since files beginning with a dot are not special.  Care must be
 taken with expressions such as tt(rm ${(k)mapfile}), which will delete
 every file in the current directory without the usual `tt(rm *)' test.