summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/clientloop.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2008-12-09 22:37:33 +0000
committerstevesk <stevesk@openbsd.org>2008-12-09 22:37:33 +0000
commit5079ff548084d49a0786d3eb2648ad0a2bbc2530 (patch)
tree33582877c413913e13d5b699806d5ab442637bcd /usr.bin/ssh/clientloop.c
parentsync with sudo cvs repo (diff)
downloadwireguard-openbsd-5079ff548084d49a0786d3eb2648ad0a2bbc2530.tar.xz
wireguard-openbsd-5079ff548084d49a0786d3eb2648ad0a2bbc2530.zip
fix typo in error message
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-rw-r--r--usr.bin/ssh/clientloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c
index 817be09c99b..1b67dae3aaf 100644
--- a/usr.bin/ssh/clientloop.c
+++ b/usr.bin/ssh/clientloop.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clientloop.c,v 1.206 2008/12/09 02:38:18 djm Exp $ */
+/* $OpenBSD: clientloop.c,v 1.207 2008/12/09 22:37:33 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1716,7 +1716,7 @@ client_request_tun_fwd(int tun_mode, int local_tun, int remote_tun)
return 0;
if (!compat20) {
- error("Tunnel forwarding is not support for protocol 1");
+ error("Tunnel forwarding is not supported for protocol 1");
return -1;
}