=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sftp.c,v retrieving revision 1.208 retrieving revision 1.209 diff -u -r1.208 -r1.209 --- src/usr.bin/ssh/sftp.c 2021/04/03 06:18:41 1.208 +++ src/usr.bin/ssh/sftp.c 2021/04/03 06:58:30 1.209 @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp.c,v 1.208 2021/04/03 06:18:41 djm Exp $ */ +/* $OpenBSD: sftp.c,v 1.209 2021/04/03 06:58:30 djm Exp $ */ /* * Copyright (c) 2001-2004 Damien Miller * @@ -59,7 +59,7 @@ /* PID of ssh transport process */ static volatile pid_t sshpid = -1; -/* Suppress diagnositic messages */ +/* Suppress diagnostic messages */ int quiet = 0; /* This is set to 0 if the progressmeter is not desired. */