diff options
author | Frank Terbeck <bewater@users.sourceforge.net> | 2011-03-04 13:25:25 +0000 |
---|---|---|
committer | Frank Terbeck <bewater@users.sourceforge.net> | 2011-03-04 13:25:25 +0000 |
commit | 2eac10577064b3de18173ba0e2ee07ee55240feb (patch) | |
tree | 75cb2688b8795495618fc01b2cbf95955a3f2e5f /Functions | |
parent | e58ad7548f218951fe3e424ba241720de9a81bf8 (diff) | |
download | zsh-2eac10577064b3de18173ba0e2ee07ee55240feb.tar.gz zsh-2eac10577064b3de18173ba0e2ee07ee55240feb.tar.xz zsh-2eac10577064b3de18173ba0e2ee07ee55240feb.zip |
28853: Fix typo: preceed -> precede
Diffstat (limited to 'Functions')
-rw-r--r-- | Functions/Chpwd/cdr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Chpwd/cdr b/Functions/Chpwd/cdr index 3025a9d5c..4f399106b 100644 --- a/Functions/Chpwd/cdr +++ b/Functions/Chpwd/cdr @@ -15,7 +15,7 @@ # changing directory permanently, see below. # # The argument to cdr is a number corresponding to the Nth most recently -# changed-to directory starting at 1 for the immediately preceeding +# changed-to directory starting at 1 for the immediately preceding # directory (the current directory is remembered but is not offered as a # destination). You can use directory arguments if you set the # recent-dirs-default style, see below; however, it should be noted |