From dc1b45841fb97e3d7f655ddbcfef3839735cae5f Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Sat, 3 Apr 2021 06:58:30 +0000 Subject: 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 --- hostfile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hostfile.c') diff --git a/hostfile.c b/hostfile.c index f5d3dde9..5f0e3515 100644 --- a/hostfile.c +++ b/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 @@ -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; -- cgit v1.2.3