From 6cb57935b05e79fb42945d766ff377616f0e948c Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 23 Oct 2010 07:53:20 -0600 Subject: [PATCH] Bug 3082: Typo in error message --- src/ChunkedCodingParser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.2