From: Amos Jeffries Date: Sat, 23 Oct 2010 13:53:20 +0000 (-0600) Subject: Bug 3082: Typo in error message X-Git-Tag: SQUID_3_1_9~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cb57935b05e79fb42945d766ff377616f0e948c;p=thirdparty%2Fsquid.git Bug 3082: Typo in error message --- diff --git a/src/ChunkedCodingParser.cc b/src/ChunkedCodingParser.cc index 1c17263577..69a45bd9cd 100644 --- a/src/ChunkedCodingParser.cc +++ b/src/ChunkedCodingParser.cc @@ -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; }