Author: rjung Date: Mon Nov 2 23:34:48 2009 New Revision: 832198 URL: http://svn.apache.org/viewvc?rev=832198&view=rev Log: Trivial typo fix in comment.
Modified: tomcat/trunk/java/org/apache/tomcat/jni/SSLSocket.java Modified: tomcat/trunk/java/org/apache/tomcat/jni/SSLSocket.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/jni/SSLSocket.java?rev=832198&r1=832197&r2=832198&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/jni/SSLSocket.java (original) +++ tomcat/trunk/java/org/apache/tomcat/jni/SSLSocket.java Mon Nov 2 23:34:48 2009 @@ -48,7 +48,7 @@ * response is sent. In more detail: the renegotiation happens after the * request line and MIME headers were read, but _before_ the attached * request body is read. The reason simply is that in the HTTP protocol - * usually there is no acknowledgement step between the headers and the + * usually there is no acknowledgment step between the headers and the * body (there is the 100-continue feature and the chunking facility * only), so Apache has no API hook for this step. * --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org