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>
@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
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{}.