about summary refs log tree commit diff
path: root/Doc/Zsh/options.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-12-16 13:55:35 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-12-16 13:55:35 +0000
commit246bcd10a7aeb54094ba02f032e682b759ee4b0b (patch)
treeff0c44d891e9a0b2c1fa0cfbc6d9ccb94112b9db /Doc/Zsh/options.yo
parent796501f44095b9099609008c91bacbc7d01f1e7d (diff)
downloadzsh-246bcd10a7aeb54094ba02f032e682b759ee4b0b.tar.gz
zsh-246bcd10a7aeb54094ba02f032e682b759ee4b0b.tar.xz
zsh-246bcd10a7aeb54094ba02f032e682b759ee4b0b.zip
Mikael: 28531: typos
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)