about summary refs log tree commit diff
path: root/Doc/Zsh/contrib.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/contrib.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/contrib.yo')
-rw-r--r--Doc/Zsh/contrib.yo8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 361e86681..8c5e66b17 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -1156,8 +1156,8 @@ item(tt(vcs_info_hookdel))(
 Remove hook-functions from a given hook. The hook needs to be given as the
 first non-option argument; what follows is a list of hook-function
 names to un-register from the hook. If `tt(-a)' is used as the first
-argument, tt(all) occurances of the functions are unregistered. Otherwise
-only the last occurance is removed (if a function was registered to a hook
+argument, tt(all) occurrences of the functions are unregistered. Otherwise
+only the last occurrence is removed (if a function was registered to a hook
 more than once) . The `tt(+vi-)' prefix needs to be left out here. See
 bf(Hooks in vcs_info) below for details.
 )
@@ -1292,7 +1292,7 @@ tt(vcs_info) collected from `hg'.
 
 When setting tt(ret) to non-zero, the string in
 tt(${hook_com[hg-bookmark-string]}) will be used in the tt(%m) escape in
-tt(formats) and tt(actionformats) and will be availabe in the global
+tt(formats) and tt(actionformats) and will be available in the global
 tt(backend_misc) array as tt(${backend_misc[bookmarks]}).
 )
 item(tt(gen-applied-string))(
@@ -2965,7 +2965,7 @@ types even if they are executable.  As this example shows, the complete
 file name is matched against the pattern, regardless of how the file
 was passed to the handler.  The file is resolved to a full path using
 the tt(:A) modifier described in
-ifzman(the subsection Modifers in zmanref(zshexpn))\
+ifzman(the subsection Modifiers in zmanref(zshexpn))\
 ifnzman(noderef(Modifiers));
 this means that symbolic links are resolved where possible, so that
 links into other file systems behave in the correct fashion.