artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a73f070
)
Fix typo in comment. From Alexandru Iacob via github.
author
dtucker
<dtucker@openbsd.org>
Thu, 19 Jul 2018 23:03:16 +0000
(23:03 +0000)
committer
dtucker
<dtucker@openbsd.org>
Thu, 19 Jul 2018 23:03:16 +0000
(23:03 +0000)
usr.bin/ssh/sshconnect.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/sshconnect.c
b/usr.bin/ssh/sshconnect.c
index
2a02e27
..
deac097
100644
(file)
--- a/
usr.bin/ssh/sshconnect.c
+++ b/
usr.bin/ssh/sshconnect.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: sshconnect.c,v 1.30
2 2018/07/19 10:28:47
dtucker Exp $ */
+/* $OpenBSD: sshconnect.c,v 1.30
3 2018/07/19 23:03:16
dtucker Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@
-315,7
+315,7
@@
check_ifaddrs(const char *ifname, int af, const struct ifaddrs *ifaddrs,
}
/*
- * Creates a ocket for use as the ssh connection.
+ * Creates a
s
ocket for use as the ssh connection.
*/
static int
ssh_create_socket(struct addrinfo *ai)