summaryrefslogtreecommitdiffstats
path: root/channels.c
diff options
context:
space:
mode:
authorjsg@openbsd.org <jsg@openbsd.org>2022-01-01 01:55:30 +0000
committerDamien Miller <djm@mindrot.org>2022-01-01 15:19:48 +1100
commitcb885178f36b83d0f14cfe9f345d2068103feed0 (patch)
treeda0508e769f669e1170eca4fd6033c7ad0b60d06 /channels.c
parent6b977f8080a32c5b3cbb9edb634b9d5789fb79be (diff)
upstream: spelling ok dtucker@
Diffstat (limited to 'channels.c')
-rw-r--r--channels.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels.c b/channels.c
index 3368098e..f861ea3c 100644
--- a/channels.c
+++ b/channels.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: channels.c,v 1.408 2021/09/14 11:04:21 mbuhl Exp $ */
+/* $OpenBSD: channels.c,v 1.409 2022/01/01 01:55:30 jsg Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -543,7 +543,7 @@ permission_set_get_array(struct ssh *ssh, int who, int where,
}
}
-/* Adds an entry to the spcified forwarding list */
+/* Adds an entry to the specified forwarding list */
static int
permission_set_add(struct ssh *ssh, int who, int where,
const char *host_to_connect, int port_to_connect,