=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/channels.c,v retrieving revision 1.408 retrieving revision 1.409 diff -u -r1.408 -r1.409 --- src/usr.bin/ssh/channels.c 2021/09/14 11:04:21 1.408 +++ src/usr.bin/ssh/channels.c 2022/01/01 01:55:30 1.409 @@ -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 * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -533,7 +533,7 @@ } } -/* 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,