about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2020-10-18 01:35:13 +0200
committerAxel Beckert <abe@deuxchevaux.org>2020-10-18 01:35:13 +0200
commitda534770fd5c8022e90eff5cf4c993d60e3c56f7 (patch)
treee79713df8d9d37e39e4d9f5e0026364215fb2d19 /Doc
parent00d20ed15e18f5af682f0daec140d6b8383c479a (diff)
downloadzsh-da534770fd5c8022e90eff5cf4c993d60e3c56f7.tar.gz
zsh-da534770fd5c8022e90eff5cf4c993d60e3c56f7.tar.xz
zsh-da534770fd5c8022e90eff5cf4c993d60e3c56f7.zip
47468: Doc/Zsh/contrib.yo: Fix typo
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/contrib.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index bab1e3023..00f693664 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -4559,7 +4559,7 @@ the same result, the destination was an existing regular file and tt(-f)
 was not given) causes the entire function to abort without doing
 anything.
 
-In addition to pattern replacement, the variable tt($f) can be referrred
+In addition to pattern replacement, the variable tt($f) can be referred
 to in the second (replacement) argument.  This makes it possible to
 use variable substitution to alter the argument; see examples below.