------------------------------------------------------------ revno: 14136 revision-id: squid3@treenet.co.nz-20170127133824-2dvsvdoeqmaejjql parent: squidadm@squid-cache.org-20170127061644-ux8o80tqvq1lztwy author: Frederic Bourgeois committer: Amos Jeffries branch nick: 3.5 timestamp: Sat 2017-01-28 02:38:24 +1300 message: Fix some spelling mistakes ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20170127133824-2dvsvdoeqmaejjql # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # testament_sha1: 9c05018eac9aef25912d5e10498c633ed9facbd7 # timestamp: 2017-01-27 13:41:07 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # base_revision_id: squidadm@squid-cache.org-20170127061644-\ # ux8o80tqvq1lztwy # # Begin patch === modified file 'src/client_side.cc' --- src/client_side.cc 2017-01-01 00:16:45 +0000 +++ src/client_side.cc 2017-01-27 13:38:24 +0000 @@ -2753,10 +2753,10 @@ 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;