]> git.eshelyaron.com Git - emacs.git/commitdiff
(External transfer methods): Small grammar fix.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 17 Oct 2003 20:52:27 +0000 (20:52 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 17 Oct 2003 20:52:27 +0000 (20:52 +0000)
man/ChangeLog
man/tramp.texi

index 22cdc522a6e79b5820ea9d95518376772715bb3a..4082bb3a91a63b6cc49a15ac635a268077d80287 100644 (file)
@@ -1,6 +1,7 @@
 2003-10-17  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * tramp.texi (Inline methods): Small grammar fix.
+       (External transfer methods): Likewise.
 
 2003-10-13  Richard M. Stallman  <rms@gnu.org>
 
index c425e8c34cb9f98e79c1103a9cacfbfddf420b1f..10229cd1fdecf6d92b3f1e712ac709297a780840 100644 (file)
@@ -800,7 +800,7 @@ This method supports the @samp{-p} hack.
 @cindex ssh (with scpx method)
 @cindex Cygwin (with scpx method)
 
-As you expect, this is similar to @option{scp}, only a little
+As you would expect, this is similar to @option{scp}, only a little
 different.  Whereas @option{scp} opens a normal interactive shell on
 the remote host, this option uses @samp{ssh -t -t @var{host} -l
 @var{user} /bin/sh} to open a connection.  This is useful for users
@@ -1241,7 +1241,7 @@ There are different possible strategies for pursuing this problem.  One
 strategy is to enable @tramp{} to deal with all possible situations.
 This is a losing battle, since it is not possible to deal with
 @emph{all} situations.  The other strategy is to require you to set up
-the remote host such that it behaves like @tramp{} expect.  This might
+the remote host such that it behaves like @tramp{} expects.  This might
 be inconvenient because you have to invest a lot of effort into shell
 setup before you can begin to use @tramp{}.