summaryrefslogtreecommitdiff
path: root/channels.c
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2019-06-07 14:18:48 +0000
committerDarren Tucker <dtucker@dtucker.net>2019-06-08 00:49:26 +1000
commit4b7dd22b02b64b1ededd3c0e98a6e7ae21e31d38 (patch)
tree39417128dc0dc83c2fac68da2eedd01ae71eb712 /channels.c
parent130ef0695e1731392ca33831939fe89e8b70cc17 (diff)
upstream: Typo and spelling fixes in comments and error messages.
Patch from knweiss at gmail.com via -portable. OpenBSD-Commit-ID: 2577465442f761a39703762c4f87a8dfcb918b4b
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 674a6a001..30691c82f 100644
--- a/channels.c
+++ b/channels.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: channels.c,v 1.391 2019/05/10 18:55:17 florian Exp $ */ 1/* $OpenBSD: channels.c,v 1.392 2019/06/07 14:18:48 dtucker Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -493,7 +493,7 @@ permission_set_get(struct ssh *ssh, int where)
493 } 493 }
494} 494}
495 495
496/* Reutrns pointers to the specified forwarding list and its element count */ 496/* Returns pointers to the specified forwarding list and its element count */
497static void 497static void
498permission_set_get_array(struct ssh *ssh, int who, int where, 498permission_set_get_array(struct ssh *ssh, int who, int where,
499 struct permission ***permpp, u_int **npermpp) 499 struct permission ***permpp, u_int **npermpp)