]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 3082: Typo in error message
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 21 Oct 2010 03:18:45 +0000 (16:18 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 21 Oct 2010 03:18:45 +0000 (16:18 +1300)
src/ChunkedCodingParser.cc

index 733526d5a9d841045f7b34027719d2a35b6fa525..a7feb714f199e944ffc44ceab6ad8e072ffa1fb8 100644 (file)
@@ -132,7 +132,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;
         }