Author: markt
Date: Tue Aug 21 16:35:43 2018
New Revision: 1838569
URL: http://svn.apache.org/viewvc?rev=1838569&view=rev
Log:
Fix typo
Modified:
tomcat/jk/trunk/native/common/jk_connect.c
Modified: tomcat/jk/trunk/native/common/jk_connect.c
URL:
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_connect.c?rev=1838569&r1=1838568&r2=1838569&view=diff
==============================================================================
--- tomcat/jk/trunk/native/common/jk_connect.c (original)
+++ tomcat/jk/trunk/native/common/jk_connect.c Tue Aug 21 16:35:43 2018
@@ -427,7 +427,7 @@ int jk_resolve(const char *host, int por
#if JK_HAVE_IPV6
if (strchr(host, ':')) {
- /* If host name contains collon this must be IPV6 address.
+ /* If host name contains colon this must be IPV6 address.
* Set prefer_ipv6 flag in this case if it wasn't set already
*/
prefer_ipv6 = 1;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]