diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2005-12-17 21:13:06 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2005-12-17 21:13:06 +0000 |
commit | 682b0d9d44cd0bc58a3dcecbb31115a23e4e67cd (patch) | |
tree | f551ffaba855ceac539cb7c1fe174de1308667a6 | |
parent | 5c4aa5d43d03f46db8ec00e5608444f223395800 (diff) |
spelling: fowarding, fowarded
-rw-r--r-- | usr.bin/ssh/session.c | 4 | ||||
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/session.c b/usr.bin/ssh/session.c index 2e32ca6f6cf..256d90564e8 100644 --- a/usr.bin/ssh/session.c +++ b/usr.bin/ssh/session.c @@ -33,7 +33,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: session.c,v 1.189 2005/12/12 13:46:18 markus Exp $"); +RCSID("$OpenBSD: session.c,v 1.190 2005/12/17 21:13:05 stevesk Exp $"); #include "ssh.h" #include "ssh1.h" @@ -1505,7 +1505,7 @@ session_x11_req(Session *s) if (s->auth_proto != NULL || s->auth_data != NULL) { error("session_x11_req: session %d: " - "x11 fowarding already active", s->self); + "x11 forwarding already active", s->self); return 0; } s->single_connection = packet_get_char(); diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 50df0d432df..56fc65ed029 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.69 2005/12/08 21:37:50 jmc Exp $ +.\" $OpenBSD: ssh_config.5,v 1.70 2005/12/17 21:13:05 stevesk Exp $ .Dd September 25, 1999 .Dt SSH_CONFIG 5 .Os @@ -285,7 +285,7 @@ will continue without connecting to a master instance. X11 and .Xr ssh-agent 1 forwarding is supported over these multiplexed connections, however the -display and agent fowarded will be the one belonging to the master +display and agent forwarded will be the one belonging to the master connection i.e. it is not possible to forward multiple displays or agents. .Pp Two additional options allow for opportunistic multiplexing: try to use a |