diff options
author | djm@openbsd.org <djm@openbsd.org> | 2021-04-03 08:58:30 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2021-04-03 08:59:32 +0200 |
commit | dc1b45841fb97e3d7f655ddbcfef3839735cae5f (patch) | |
tree | 2935d3dcbaed3c74c9b398fc215e84506c8c180e /sftp.c | |
parent | upstream: sync CASignatureAlgorithms lists with reality. GHPR#174 from (diff) | |
download | openssh-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. */ |