about summary refs log tree commit diff
path: root/Doc/Zsh/func.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-02-18 17:17:27 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-02-18 17:17:27 +0000
commit83e3d2eb49452a4d20a94cbf7c4eee4dfb16d7b1 (patch)
treee8449ab2c65f630521d3bb3dfa98d73c00524126 /Doc/Zsh/func.yo
parent83b83db015f78b576dd5fd3cdae389b66d431488 (diff)
downloadzsh-83e3d2eb49452a4d20a94cbf7c4eee4dfb16d7b1.tar.gz
zsh-83e3d2eb49452a4d20a94cbf7c4eee4dfb16d7b1.tar.xz
zsh-83e3d2eb49452a4d20a94cbf7c4eee4dfb16d7b1.zip
26580: Mikael: typo.
Diffstat (limited to 'Doc/Zsh/func.yo')
-rw-r--r--Doc/Zsh/func.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/func.yo b/Doc/Zsh/func.yo
index 4f1bf163c..5f8df990e 100644
--- a/Doc/Zsh/func.yo
+++ b/Doc/Zsh/func.yo
@@ -204,7 +204,7 @@ execute the functions `tt(chpwd)', `tt(mychpwd)' and
 is silently ignored.  A function found by this mechanism is referred to
 elsewhere as a `hook function'.  An error in any function causes subsequent
 functions not to be run.  Note further that an error in a tt(precmd) hook
-causes an immediately following tt(periodic) function not to run (thought
+causes an immediately following tt(periodic) function not to run (though
 it may run at the next opportunity).
 
 startitem()