svn commit: r223199 - user/brooks/openssh-hpn

Brooks Davis brooks at FreeBSD.org
Fri Jun 17 20:18:43 UTC 2011


Author: brooks
Date: Fri Jun 17 20:18:43 2011
New Revision: 223199
URL: http://svn.freebsd.org/changeset/base/223199

Log:
  Fix a comment typo.

Modified:
  user/brooks/openssh-hpn/session.c

Modified: user/brooks/openssh-hpn/session.c
==============================================================================
--- user/brooks/openssh-hpn/session.c	Fri Jun 17 20:06:52 2011	(r223198)
+++ user/brooks/openssh-hpn/session.c	Fri Jun 17 20:18:43 2011	(r223199)
@@ -233,7 +233,7 @@ auth_input_request_forwarding(struct pas
 
 	/*
 	 * Allocate a channel for the authentication agent socket.
-	 * Ignore HPN on that one given no improvement expeccted.
+	 * Ignore HPN on that one given no improvement expected.
 	 */
 	nc = channel_new("auth socket",
 	    SSH_CHANNEL_AUTH_SOCKET, sock, sock, -1,


More information about the svn-src-user mailing list