about summary refs log tree commit diff
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
parent00d20ed15e18f5af682f0daec140d6b8383c479a (diff)
downloadzsh-da534770fd5c8022e90eff5cf4c993d60e3c56f7.tar.gz
zsh-da534770fd5c8022e90eff5cf4c993d60e3c56f7.tar.xz
zsh-da534770fd5c8022e90eff5cf4c993d60e3c56f7.zip
47468: Doc/Zsh/contrib.yo: Fix typo
-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.