about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorFrank Terbeck <bewater@users.sourceforge.net>2011-03-04 13:25:25 +0000
committerFrank Terbeck <bewater@users.sourceforge.net>2011-03-04 13:25:25 +0000
commit2eac10577064b3de18173ba0e2ee07ee55240feb (patch)
tree75cb2688b8795495618fc01b2cbf95955a3f2e5f /Doc
parente58ad7548f218951fe3e424ba241720de9a81bf8 (diff)
downloadzsh-2eac10577064b3de18173ba0e2ee07ee55240feb.tar.gz
zsh-2eac10577064b3de18173ba0e2ee07ee55240feb.tar.xz
zsh-2eac10577064b3de18173ba0e2ee07ee55240feb.zip
28853: Fix typo: preceed -> precede
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/contrib.yo2
-rw-r--r--Doc/Zsh/expn.yo2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 926c7b3c4..c5808fbeb 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -355,7 +355,7 @@ subsect(Use)
 All direct user interaction is via the tt(cdr) function.
 
 The argument to cdr is a number var(N) corresponding to the var(N)th most
-recently changed-to directory.  1 is the immediately preceeding directory;
+recently changed-to directory.  1 is the immediately preceding directory;
 the current directory is remembered but is not offered as a destination.
 Note that if you have multiple windows open 1 may refer to a directory
 changed to in another window; you can avoid this by having per-terminal
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index d246c3c23..9c4491386 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -381,7 +381,7 @@ Each part of a command argument that takes the form
 `tt(<LPAR())var(list)tt(RPAR())',
 `tt(>LPAR())var(list)tt(RPAR())' or
 `tt(=LPAR())var(list)tt(RPAR())'
-is subject to process substitution.  The expression may be preceeded
+is subject to process substitution.  The expression may be preceded
 or followed by other strings except that, to prevent clashes with
 commonly occurring strings and patterns, the last
 form must occur at the start of a command argument, and the forms