# HG changeset patch # User Thien-Thi Nguyen # Date 1066423919 0 # Node ID f0730b222101f5d8ffd8699b63b7bfb6320de062 # Parent cbe8caeca7da3957171555f41ba690e59e7a5899 (External transfer methods): Small grammar fix. diff -r cbe8caeca7da -r f0730b222101 man/tramp.texi --- a/man/tramp.texi Fri Oct 17 20:47:29 2003 +0000 +++ b/man/tramp.texi Fri Oct 17 20:51:59 2003 +0000 @@ -800,7 +800,7 @@ @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 @@ 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{}.