diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2000-05-11 00:01:03 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2000-05-11 00:01:03 +0000 |
commit | ed8b82b9b1bf74392caf4f4683f367bc4cbbd193 (patch) | |
tree | 253b1493fad4d586ffa79fed073bac3bf95ef410 /Doc/Zsh/options.yo | |
parent | 548fe00d96c7a96f1c3922e3dd34bc0795c51a4c (diff) | |
download | zsh-ed8b82b9b1bf74392caf4f4683f367bc4cbbd193.tar.gz zsh-ed8b82b9b1bf74392caf4f4683f367bc4cbbd193.tar.xz zsh-ed8b82b9b1bf74392caf4f4683f367bc4cbbd193.zip |
Spelling corrections in the docs (11315)
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r-- | Doc/Zsh/options.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 9b2d34b92..b87eb788b 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -218,7 +218,7 @@ pindex(CHASE_DOTS) cindex(cd, with .. in argument) item(tt(CHASE_DOTS))( When changing to a directory containing a path segment `tt(..)' which would -otherwise be treated as cancelling the previous segment in the path (in +otherwise be treated as canceling the previous segment in the path (in other words, `tt(foo/..)' would be removed from the path, or if `tt(..)' is the first part of the path, the last part of tt($PWD) would be deleted), instead resolve the path to the physical directory. This option is |