From 43d4627a71bf4bc41402c4788d45b02b0aae1d89 Mon Sep 17 00:00:00 2001 From: djm Date: Sat, 3 Apr 2021 06:58:30 +0000 Subject: [PATCH] =?utf8?q?typos=20in=20comments;=20GHPR#180=20from=20Ville?= =?utf8?q?=20Skytt=C3=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- usr.bin/ssh/hostfile.c | 4 ++-- usr.bin/ssh/sftp.c | 4 ++-- usr.bin/ssh/umac.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/usr.bin/ssh/hostfile.c b/usr.bin/ssh/hostfile.c index 34fa85c9ba9..ceb7e65631c 100644 --- a/usr.bin/ssh/hostfile.c +++ b/usr.bin/ssh/hostfile.c @@ -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 * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -389,7 +389,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/usr.bin/ssh/sftp.c b/usr.bin/ssh/sftp.c index c3ad248faca..69ba7ae7bb1 100644 --- a/usr.bin/ssh/sftp.c +++ b/usr.bin/ssh/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 * @@ -59,7 +59,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/usr.bin/ssh/umac.c b/usr.bin/ssh/umac.c index 53c0a36fa54..a691a646e8d 100644 --- a/usr.bin/ssh/umac.c +++ b/usr.bin/ssh/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 @@ -286,7 +286,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 -- 2.20.1