From: FredB Date: Tue, 24 Jan 2017 09:10:33 +0000 (+1300) Subject: Fix some spelling mistakes X-Git-Tag: M-staged-PR71~303 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=922c2ced2c83c2ec12547b4ded0fe44cfa6c906c;p=thirdparty%2Fsquid.git Fix some spelling mistakes --- diff --git a/src/client_side.cc b/src/client_side.cc index 866a227c08..5701cf4aff 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1684,10 +1684,10 @@ clientProcessRequest(ConnStateData *conn, const Http1::RequestParserPointer &hp, request->flags.internal = http->flags.internal; setLogUri (http, urlCanonicalClean(request.getRaw())); - request->client_addr = conn->clientConnection->remote; // XXX: remove reuest->client_addr member. + request->client_addr = conn->clientConnection->remote; // XXX: remove request->client_addr member. #if FOLLOW_X_FORWARDED_FOR // indirect client gets stored here because it is an HTTP header result (from X-Forwarded-For:) - // not a details about teh TCP connection itself + // not details about the TCP connection itself request->indirect_client_addr = conn->clientConnection->remote; #endif /* FOLLOW_X_FORWARDED_FOR */ request->my_addr = conn->clientConnection->local;