From: John Xue Date: Mon, 9 Sep 2013 01:46:00 +0000 (-0600) Subject: Polish: typo in debug for SSL-bumping X-Git-Tag: SQUID_3_4_0_2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bc4713c7292f22ef933a809f81b8afe69426380;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