From: John Xue Date: Mon, 2 Sep 2013 04:17:48 +0000 (-0600) Subject: Polish: typo in debug for SSL-bumping X-Git-Tag: SQUID_3_5_0_1~651 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2cf8425b9e5374da5b7ef15bc073abc523ffa44c;p=thirdparty%2Fsquid.git Polish: typo in debug for SSL-bumping --- diff --git a/src/FwdState.cc b/src/FwdState.cc index c7a38c334c..e074c30521 100644 --- a/src/FwdState.cc +++ b/src/FwdState.cc @@ -1100,7 +1100,7 @@ FwdState::connectStart() ctimeout = ftimeout; if (serverDestinations[0]->getPeer() && request->flags.sslBumped) { - debugs(50, 4, "fwdConnectStart: Ssl bumped connections through parrent proxy are not allowed"); + debugs(50, 4, "fwdConnectStart: Ssl bumped connections through parent proxy are not allowed"); ErrorState *anErr = new ErrorState(ERR_CANNOT_FORWARD, Http::scServiceUnavailable, request); fail(anErr); self = NULL; // refcounted