summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshconnect.c
diff options
context:
space:
mode:
authordtucker <dtucker@openbsd.org>2010-01-13 00:19:04 +0000
committerdtucker <dtucker@openbsd.org>2010-01-13 00:19:04 +0000
commit5c99f97b4dec3f3932c942478f2e055c64790ddf (patch)
tree4331aa36cb1ee3dd28f49e91b787c63162801364 /usr.bin/ssh/sshconnect.c
parentmatch the 'use 127.0.0.1/8 instead of 127.0.0.1 for clarity' change in netstart (diff)
downloadwireguard-openbsd-5c99f97b4dec3f3932c942478f2e055c64790ddf.tar.xz
wireguard-openbsd-5c99f97b4dec3f3932c942478f2e055c64790ddf.zip
Fix a couple of typos/mispellings in comments
Diffstat (limited to 'usr.bin/ssh/sshconnect.c')
-rw-r--r--usr.bin/ssh/sshconnect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshconnect.c b/usr.bin/ssh/sshconnect.c
index 9e56248ba14..a568d6557e4 100644
--- a/usr.bin/ssh/sshconnect.c
+++ b/usr.bin/ssh/sshconnect.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshconnect.c,v 1.217 2010/01/09 23:04:13 dtucker Exp $ */
+/* $OpenBSD: sshconnect.c,v 1.218 2010/01/13 00:19:04 dtucker Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -916,7 +916,7 @@ check_host_key(char *hostname, struct sockaddr *hostaddr, u_short port,
* XXX Should permit the user to change to use the new id.
* This could be done by converting the host key to an
* identifying sentence, tell that the host identifies itself
- * by that sentence, and ask the user if he/she whishes to
+ * by that sentence, and ask the user if he/she wishes to
* accept the authentication.
*/
break;