From 9bc4713c7292f22ef933a809f81b8afe69426380 Mon Sep 17 00:00:00 2001 From: John Xue Date: Sun, 8 Sep 2013 19:46:00 -0600 Subject: [PATCH] Polish: typo in debug for SSL-bumping --- src/FwdState.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2