You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2010/02/22 22:12:59 UTC

svn commit: r915067 - /tomcat/jk/trunk/native/common/jk_ajp_common.c

Author: rjung
Date: Mon Feb 22 21:12:59 2010
New Revision: 915067

URL: http://svn.apache.org/viewvc?rev=915067&view=rev
Log:
Fix typo in comment.

Modified:
    tomcat/jk/trunk/native/common/jk_ajp_common.c

Modified: tomcat/jk/trunk/native/common/jk_ajp_common.c
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_ajp_common.c?rev=915067&r1=915066&r2=915067&view=diff
==============================================================================
--- tomcat/jk/trunk/native/common/jk_ajp_common.c (original)
+++ tomcat/jk/trunk/native/common/jk_ajp_common.c Mon Feb 22 21:12:59 2010
@@ -1708,7 +1708,7 @@
                             ae->worker->name);
                 op->recoverable = JK_FALSE;
                 /* Send an empty POST message since per AJP protocol
-                 * spec whenever we have content lenght the message
+                 * spec whenever we have content length the message
                  * packet must be followed with initial POST packet.
                  * Size zero will be handled as error in container.
                  */



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