summaryrefslogtreecommitdiff
path: root/ssh-keyscan.c
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2022-12-26 19:16:03 +0000
committerDarren Tucker <dtucker@dtucker.net>2023-01-03 17:53:05 +1100
commit0872663a7be0301bcc3d49acdbc9b740a3d972d4 (patch)
tree7980cc2e94f97acc7973234354ba7635bea910cd /ssh-keyscan.c
parent797da2812a71785b34890bb6eb44767a7d09cd34 (diff)
downloadopenssh-git-0872663a7be0301bcc3d49acdbc9b740a3d972d4.tar.gz
upstream: spelling fixes; from paul tagliamonte amendments to his
diff are noted on tech OpenBSD-Commit-ID: d776dd03d0b882ca9c83b84f6b384f6f9bd7de4a
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r--ssh-keyscan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index 0d91df5c..1318c2fa 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keyscan.c,v 1.148 2022/12/04 23:50:49 cheloha Exp $ */
+/* $OpenBSD: ssh-keyscan.c,v 1.149 2022/12/26 19:16:03 jmc Exp $ */
/*
* Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
*
@@ -493,7 +493,7 @@ congreet(int s)
/*
* Read the server banner as per RFC4253 section 4.2. The "SSH-"
- * protocol identification string may be preceeded by an arbitarily
+ * protocol identification string may be preceeded by an arbitrarily
* large banner which we must read and ignore. Loop while reading
* newline-terminated lines until we have one starting with "SSH-".
* The ID string cannot be longer than 255 characters although the