diff options
author | 2018-07-19 23:03:16 +0000 | |
---|---|---|
committer | 2018-07-19 23:03:16 +0000 | |
commit | f51bdee3db43fc2ed2ba4fb0f9d2136b29e3d659 (patch) | |
tree | b2606303f11c2b48e8ba6ce47a247909907206cd /usr.bin/ssh/sshconnect.c | |
parent | i found a nicer way to describe -join; (diff) | |
download | wireguard-openbsd-f51bdee3db43fc2ed2ba4fb0f9d2136b29e3d659.tar.xz wireguard-openbsd-f51bdee3db43fc2ed2ba4fb0f9d2136b29e3d659.zip |
Fix typo in comment. From Alexandru Iacob via github.
Diffstat (limited to 'usr.bin/ssh/sshconnect.c')
-rw-r--r-- | usr.bin/ssh/sshconnect.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshconnect.c b/usr.bin/ssh/sshconnect.c index 2a02e277ccb..deac097a0ca 100644 --- a/usr.bin/ssh/sshconnect.c +++ b/usr.bin/ssh/sshconnect.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sshconnect.c,v 1.302 2018/07/19 10:28:47 dtucker Exp $ */ +/* $OpenBSD: sshconnect.c,v 1.303 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 socket for use as the ssh connection. */ static int ssh_create_socket(struct addrinfo *ai) |