=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/clientloop.c,v retrieving revision 1.372 retrieving revision 1.373 diff -u -r1.372 -r1.373 --- src/usr.bin/ssh/clientloop.c 2021/12/19 22:08:48 1.372 +++ src/usr.bin/ssh/clientloop.c 2022/01/01 01:55:30 1.373 @@ -1,4 +1,4 @@ -/* $OpenBSD: clientloop.c,v 1.372 2021/12/19 22:08:48 djm Exp $ */ +/* $OpenBSD: clientloop.c,v 1.373 2022/01/01 01:55:30 jsg Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -1223,7 +1223,7 @@ fatal_f("pledge(): %s", strerror(errno)); } else if (options.update_hostkeys) { - debug("pledge: fileystem"); + debug("pledge: filesystem"); if (pledge("stdio rpath wpath cpath unix inet dns proc tty", NULL) == -1) fatal_f("pledge(): %s", strerror(errno));