summaryrefslogtreecommitdiff
path: root/sshconnect.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-01-13 22:42:34 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-01-13 22:42:34 +1100
commite2b36741725c2214f72a3ef07bc0788191ac7ea9 (patch)
treeb05d64a5a3970c714377b31cbde829ecf211c41d /sshconnect.c
parentd59487a33bfaadc3ced41a1c604ec603d716df42 (diff)
- (dtucker) OpenBSD CVS Sync
- dtucker@cvs.openbsd.org 2010/01/13 00:19:04 [sshconnect.c auth.c] Fix a couple of typos/mispellings in comments
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 5cfc3c16a..63c4650f7 100644
--- a/sshconnect.c
+++ b/sshconnect.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshconnect.c,v 1.217 2010/01/09 23:04:13 dtucker Exp $ */ 1/* $OpenBSD: sshconnect.c,v 1.218 2010/01/13 00:19:04 dtucker Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -929,7 +929,7 @@ check_host_key(char *hostname, struct sockaddr *hostaddr, u_short port,
929 * XXX Should permit the user to change to use the new id. 929 * XXX Should permit the user to change to use the new id.
930 * This could be done by converting the host key to an 930 * This could be done by converting the host key to an
931 * identifying sentence, tell that the host identifies itself 931 * identifying sentence, tell that the host identifies itself
932 * by that sentence, and ask the user if he/she whishes to 932 * by that sentence, and ask the user if he/she wishes to
933 * accept the authentication. 933 * accept the authentication.
934 */ 934 */
935 break; 935 break;