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/zftpsys.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/zftpsys.yo')
-rw-r--r-- | Doc/Zsh/zftpsys.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/zftpsys.yo b/Doc/Zsh/zftpsys.yo index 783de107f..4291c9a23 100644 --- a/Doc/Zsh/zftpsys.yo +++ b/Doc/Zsh/zftpsys.yo @@ -358,7 +358,7 @@ item(tt(zftransfer) var(sess1)tt(:)var(file1) var(sess2)tt(:)var(file2))( Transfer files between two sessions; no local copy is made. The file is read from the session var(sess1) as var(file1) and written to session var(sess1) as file var(file2); var(file1) and var(file2) may be relative to -the current directories of the sesssion. Either var(sess1) or var(sess2) +the current directories of the session. Either var(sess1) or var(sess2) may be omitted (though the colon should be retained if there is a possibility of a colon appearing in the file name) and defaults to the current session; var(file2) may be omitted or may end with a slash, in |