about summary refs log tree commit diff
path: root/Doc/Zsh/options.yo
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r--Doc/Zsh/options.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index eb5ce37cb..a96597157 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -1579,7 +1579,7 @@ example(unsetopt localtraps
 trap - INT
 fn+LPAR()RPAR() { setopt localtraps; trap '' INT; sleep 3; })
 
-will restore normally handling of tt(SIGINT) after the function exits.
+will restore normal handling of tt(SIGINT) after the function exits.
 )
 pindex(MULTI_FUNC_DEF)
 pindex(NO_MULTI_FUNC_DEF)