From: rjung Date: Mon, 2 Nov 2009 23:34:48 +0000 (+0000) Subject: Trivial typo fix in comment. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=70451554ec9a48df45b551f8b2aea6deb145fdac;p=tomcat7.0 Trivial typo fix in comment. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@832198 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/tomcat/jni/SSLSocket.java b/java/org/apache/tomcat/jni/SSLSocket.java index a6029f7ba..804bd3226 100644 --- a/java/org/apache/tomcat/jni/SSLSocket.java +++ b/java/org/apache/tomcat/jni/SSLSocket.java @@ -48,7 +48,7 @@ public class SSLSocket { * 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. *