summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/contrib.yo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 17e49f20d..c6569edb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-10-18 Axel Beckert <abe@deuxchevaux.org>
+
+ * 47468: Doc/Zsh/contrib.yo: Fix typo
+
2020-10-03 Daniel Shahaf <d.s@daniel.shahaf.name>
* users/26088: Doc/Zsh/zle.yo: docs: zle -R: Clarify that it
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.