diff options
author | J. Ryan Stinnett <jryans@gmail.com> | 2016-12-09 14:13:11 -1000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-12 09:50:21 -0500 |
commit | d5df9fa2356ed1f9d38d659efa335bb9bb134228 (patch) | |
tree | 1923b6b6b71bdaac30423d4048f913dbc539de2a /src/or/dnsserv.c | |
parent | 39f455468731d4746adb729a67597927beaca4b8 (diff) | |
download | tor-d5df9fa2356ed1f9d38d659efa335bb9bb134228.tar.gz tor-d5df9fa2356ed1f9d38d659efa335bb9bb134228.zip |
Replace "people" with the appropriate network component in comments
Fixes #18145.
Diffstat (limited to 'src/or/dnsserv.c')
-rw-r--r-- | src/or/dnsserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dnsserv.c b/src/or/dnsserv.c index c5c0a88b09..8768b2a1d1 100644 --- a/src/or/dnsserv.c +++ b/src/or/dnsserv.c @@ -284,7 +284,7 @@ dnsserv_reject_request(entry_connection_t *conn) } /** Look up the original name that corresponds to 'addr' in req. We use this - * to preserve case in order to facilitate people using 0x20-hacks to avoid + * to preserve case in order to facilitate clients using 0x20-hacks to avoid * DNS poisoning. */ static const char * evdns_get_orig_address(const struct evdns_server_request *req, |