From 70451554ec9a48df45b551f8b2aea6deb145fdac Mon Sep 17 00:00:00 2001 From: rjung Date: Mon, 2 Nov 2009 23:34:48 +0000 Subject: [PATCH] Trivial typo fix in comment. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@832198 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/tomcat/jni/SSLSocket.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.11.0