summaryrefslogtreecommitdiffstats
path: root/sftp.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2021-04-03 08:58:30 +0200
committerDamien Miller <djm@mindrot.org>2021-04-03 08:59:32 +0200
commitdc1b45841fb97e3d7f655ddbcfef3839735cae5f (patch)
tree2935d3dcbaed3c74c9b398fc215e84506c8c180e /sftp.c
parentupstream: sync CASignatureAlgorithms lists with reality. GHPR#174 from (diff)
downloadopenssh-dc1b45841fb97e3d7f655ddbcfef3839735cae5f.tar.xz
openssh-dc1b45841fb97e3d7f655ddbcfef3839735cae5f.zip
upstream: typos in comments; GHPR#180 from Vill
=?UTF-8?q?e=20Skytt=C3=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OpenBSD-Commit-ID: 93c732381ae0e2b680c79e67c40c1814b7ceed2c
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp.c b/sftp.c
index 654f93a15..3f46c5531 100644
--- a/sftp.c
+++ b/sftp.c
@@ -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 <djm@openbsd.org>
*
@@ -79,7 +79,7 @@ int batchmode = 0;
/* 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. */