]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authordtucker@openbsd.org <dtucker@openbsd.org>
Sun, 29 Jan 2017 21:35:23 +0000 (21:35 +0000)
committerDamien Miller <djm@mindrot.org>
Mon, 30 Jan 2017 00:07:45 +0000 (11:07 +1100)
Fix typo in ~C error message for bad port forward
cancellation. bz#2672, from Brad Marshall via Colin Watson and Ubuntu's
bugtracker.

Upstream-ID: 0d4a7e5ead6cc59c9a44b4c1e5435ab3aada09af

clientloop.c

index 4289a40812bc03d0de2d014c46b9fd40578b2803..c6a41386d6e25159c56411a1a5d9307ba78bb504 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: clientloop.c,v 1.289 2016/09/30 09:19:13 markus Exp $ */
+/* $OpenBSD: clientloop.c,v 1.290 2017/01/29 21:35:23 dtucker Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -991,7 +991,7 @@ process_cmdline(void)
                            CHANNEL_CANCEL_PORT_STATIC,
                            &options.fwd_opts) > 0;
                if (!ok) {
-                       logit("Unkown port forwarding.");
+                       logit("Unknown port forwarding.");
                        goto out;
                }
                logit("Canceled forwarding.");