summaryrefslogtreecommitdiffstats
path: root/clientloop.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2009-01-28 16:15:30 +1100
committerDamien Miller <djm@mindrot.org>2009-01-28 16:15:30 +1100
commitb3f2c9fcaf082077ba42f86272011fe08ece3afa (patch)
treed132211bf1b37d831b4595f00a0fcb5b7a2150ec /clientloop.c
parent62fd18a2b7e840fa3b961dafefae4ffdc5efeba6 (diff)
- stevesk@cvs.openbsd.org 2008/12/09 22:37:33
[clientloop.c] fix typo in error message
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clientloop.c b/clientloop.c
index 0d228421..fdeedc35 100644
--- a/clientloop.c
+++ b/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
@@ -1728,7 +1728,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;
}