From: Amos Jeffries Date: Thu, 21 Oct 2010 03:18:45 +0000 (+1300) Subject: Bug 3082: Typo in error message X-Git-Tag: take1~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e956603126c64678b05c3cb613249f112a8fb44;p=thirdparty%2Fsquid.git Bug 3082: Typo in error message --- diff --git a/src/ChunkedCodingParser.cc b/src/ChunkedCodingParser.cc index 733526d5a9..a7feb714f1 100644 --- a/src/ChunkedCodingParser.cc +++ b/src/ChunkedCodingParser.cc @@ -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; }