]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: typos in comments; GHPR#180 from Vill
authordjm@openbsd.org <djm@openbsd.org>
Sat, 3 Apr 2021 06:58:30 +0000 (06:58 +0000)
committerDamien Miller <djm@mindrot.org>
Sat, 3 Apr 2021 06:59:32 +0000 (17:59 +1100)
=?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

hostfile.c
sftp.c
umac.c

index f5d3dde9b3252bfae93c2b16d81e63a27d9981a2..5f0e3515d656cabe2dd9edfaa5be8496b03c8c36 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: hostfile.c,v 1.89 2021/01/26 00:51:30 djm Exp $ */
+/* $OpenBSD: hostfile.c,v 1.90 2021/04/03 06:58:30 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -391,7 +391,7 @@ check_hostkeys_by_key_or_type(struct hostkeys *hostkeys,
                                        *found = hostkeys->entries + i;
                                break;
                        }
-                       /* A non-maching key exists */
+                       /* A non-matching key exists */
                        end_return = HOST_CHANGED;
                        if (found != NULL)
                                *found = hostkeys->entries + i;
diff --git a/sftp.c b/sftp.c
index 654f93a15e1aec43023de10d7dfada9b3305612f..3f46c55316aa3d71673e7a3b21e93f0e910d2037 100644 (file)
--- 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. */
diff --git a/umac.c b/umac.c
index 3d4e285bb17a80876d7c894ba48a31ca4e90b67c..e5ec19f082cb3f0d05aceb7bc1a03b79c33259e5 100644 (file)
--- a/umac.c
+++ b/umac.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: umac.c,v 1.20 2020/03/13 03:17:07 djm Exp $ */
+/* $OpenBSD: umac.c,v 1.21 2021/04/03 06:58:30 djm Exp $ */
 /* -----------------------------------------------------------------------
  *
  * umac.c -- C Implementation UMAC Message Authentication
@@ -290,7 +290,7 @@ static void pdf_gen_xor(pdf_ctx *pc, const UINT8 nonce[8], UINT8 buf[8])
  * versions, one expects the entire message being hashed to be passed
  * in a single buffer and returns the hash result immediately. The second
  * allows the message to be passed in a sequence of buffers. In the
- * muliple-buffer interface, the client calls the routine nh_update() as
+ * multiple-buffer interface, the client calls the routine nh_update() as
  * many times as necessary. When there is no more data to be fed to the
  * hash, the client calls nh_final() which calculates the hash output.
  * Before beginning another hash calculation the nh_reset() routine