]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 3082: Typo in error message
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 23 Oct 2010 13:53:20 +0000 (07:53 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 23 Oct 2010 13:53:20 +0000 (07:53 -0600)
src/ChunkedCodingParser.cc

index 1c17263577cc0e96ea926325deaf56331374e098..69a45bd9cd1bdb55ce2a4e40ed76be6fd253d222 100644 (file)
@@ -116,7 +116,7 @@ void ChunkedCodingParser::parseChunkEnd()
 
     if (findCrlf(crlfBeg, crlfEnd)) {
         if (crlfBeg != 0) {
-            throw TexcHere("found data bewteen chunk end and CRLF");
+            throw TexcHere("found data between chunk end and CRLF");
             return;
         }