From: Frederic Bourgeois Date: Fri, 27 Jan 2017 13:38:24 +0000 (+1300) Subject: Fix some spelling mistakes X-Git-Tag: SQUID_3_5_24~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da24ce17378af5b2f510cd79eefb6136c152a850;p=thirdparty%2Fsquid.git Fix some spelling mistakes --- diff --git a/src/client_side.cc b/src/client_side.cc index 46f6388c52..a9bd038035 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -2753,10 +2753,10 @@ clientProcessRequest(ConnStateData *conn, HttpParser *hp, ClientSocketContext *c 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;