summaryrefslogtreecommitdiff
path: root/sshconnect.c
diff options
context:
space:
mode:
authorsthen@openbsd.org <sthen@openbsd.org>2021-03-03 21:40:16 +0000
committerDamien Miller <djm@mindrot.org>2021-03-04 09:43:28 +1100
commitcffd033817a5aa388764b6661855dcdaabab0588 (patch)
tree5cf82bd8a65765beb8bbc418798d4ccfc03ff47d /sshconnect.c
parent7fe141b96b13bd7dc67ca985e14d55b9bd8a03fd (diff)
downloadopenssh-git-cffd033817a5aa388764b6661855dcdaabab0588.tar.gz
upstream: typo in other_hostkeys_message() display output, ok djm
OpenBSD-Commit-ID: 276f58afc97b6f5826e0be58380b737603dbf5f5
Diffstat (limited to 'sshconnect.c')
-rw-r--r--sshconnect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshconnect.c b/sshconnect.c
index 74f9e767..6eb5fbae 100644
--- a/sshconnect.c
+++ b/sshconnect.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshconnect.c,v 1.350 2021/01/26 00:49:30 djm Exp $ */
+/* $OpenBSD: sshconnect.c,v 1.351 2021/03/03 21:40:16 sthen Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -826,7 +826,7 @@ other_hostkeys_message(const char *host, const char *ip,
xextendf(&ret, "\n", " %s", othernames[i]);
}
if (n < num_othernames) {
- xextendf(&ret, "\n", " (%d additional names ommitted)",
+ xextendf(&ret, "\n", " (%d additional names omitted)",
num_othernames - n);
}
for (i = 0; i < num_othernames; i++)