[openssh-commits] [openssh] 01/02: upstream: Fix typo in comment. From Alexandru Iacob via github.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Jul 20 14:32:14 AEST 2018
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 3ba6e6883527fe517b6e4a824876e2fe62af22fc
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Thu Jul 19 23:03:16 2018 +0000
upstream: Fix typo in comment. From Alexandru Iacob via github.
OpenBSD-Commit-ID: eff4ec07c6c8c5483533da43a4dda37d72ef7f1d
---
sshconnect.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sshconnect.c b/sshconnect.c
index 3f45e0ba..64250dab 100644
--- a/sshconnect.c
+++ b/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 at cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -330,7 +330,7 @@ check_ifaddrs(const char *ifname, int af, const struct ifaddrs *ifaddrs,
#endif
/*
- * 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)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list