]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Cleanup: Fix spelling error in debug message in parseHttpRequest()
authorAlex Dowad <alexinbeijing@gmail.com>
Wed, 29 Apr 2015 11:24:02 +0000 (04:24 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 29 Apr 2015 11:24:02 +0000 (04:24 -0700)
src/client_side.cc

index ecb9bbf25e66bfac0d8af2d0d8e1f1835e45c08f..6f452ed4ceaa57869230168fa3e70b2e3083063c 100644 (file)
@@ -2233,7 +2233,7 @@ parseHttpRequest(ConnStateData *csd, const Http1::RequestParserPointer &hp)
     SBuf tmp(hp->requestUri());
     const char *url = tmp.c_str();
 
-    debugs(33,5, HERE << "repare absolute URL from " <<
+    debugs(33,5, "Prepare absolute URL from " <<
            (csd->transparent()?"intercept":(csd->port->flags.accelSurrogate ? "accel":"")));
     /* Rewrite the URL in transparent or accelerator mode */
     /* NP: there are several cases to traverse here: