You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/10/31 20:13:13 UTC

svn commit: r1711675 - /tomcat/native/trunk/native/src/sslcontext.c

Author: markt
Date: Sat Oct 31 19:13:13 2015
New Revision: 1711675

URL: http://svn.apache.org/viewvc?rev=1711675&view=rev
Log:
Fix comment typos

Modified:
    tomcat/native/trunk/native/src/sslcontext.c

Modified: tomcat/native/trunk/native/src/sslcontext.c
URL: http://svn.apache.org/viewvc/tomcat/native/trunk/native/src/sslcontext.c?rev=1711675&r1=1711674&r2=1711675&view=diff
==============================================================================
--- tomcat/native/trunk/native/src/sslcontext.c (original)
+++ tomcat/native/trunk/native/src/sslcontext.c Sat Oct 31 19:13:13 2015
@@ -106,7 +106,7 @@ int ssl_callback_ServerNameIndication(SS
     hostname = (*env)->NewStringUTF(env, servername);
     original_ssl_context = P2J(c->ctx);
 
-    // Make the call only if the statis methos exists
+    // Make the call only if the static method exists
     if (sni_java_callback != 0) {
         new_ssl_context = (*env)->CallStaticLongMethod(env,
                                                        ssl_context_class,



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org