about summary refs log tree commit diff
path: root/Doc/Zsh/params.yo
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2014-10-02 18:04:22 +0200
committerMikael Magnusson <mikachu@gmail.com>2014-10-03 04:54:48 +0200
commit7eb949a6bb2faa60788525ad7c5a9bbbffabd347 (patch)
tree9da89fbda34dbae5ec218772fd67b64134660a87 /Doc/Zsh/params.yo
parent859cccba7a1a12da9ea6c8b1c992677eb34a2c8d (diff)
downloadzsh-7eb949a6bb2faa60788525ad7c5a9bbbffabd347.tar.gz
zsh-7eb949a6bb2faa60788525ad7c5a9bbbffabd347.tar.xz
zsh-7eb949a6bb2faa60788525ad7c5a9bbbffabd347.zip
Fix some typos in the documentation
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r--Doc/Zsh/params.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index dbac51182..3698829f3 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -1042,7 +1042,7 @@ backquotes only.  Should the chosen character be one of singlequote,
 doublequote or backquote, there must also be an odd number of them
 on the command line for the last one to be removed.
 
-For backward compabitility, if the tt(SUNKEYBOARDHACK) option is
+For backward compatibility, if the tt(SUNKEYBOARDHACK) option is
 explicitly set, the value of tt(KEYBOARD_HACK) reverts to backquote.
 If the option is explicitly unset, this variable is set to empty.
 )