summaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
diff options
context:
space:
mode:
authorJ. Ryan Stinnett <jryans@gmail.com>2016-12-09 14:13:11 -1000
committerNick Mathewson <nickm@torproject.org>2016-12-12 09:50:21 -0500
commitd5df9fa2356ed1f9d38d659efa335bb9bb134228 (patch)
tree1923b6b6b71bdaac30423d4048f913dbc539de2a /src/or/circuituse.c
parent39f455468731d4746adb729a67597927beaca4b8 (diff)
downloadtor-d5df9fa2356ed1f9d38d659efa335bb9bb134228.tar.gz
tor-d5df9fa2356ed1f9d38d659efa335bb9bb134228.zip
Replace "people" with the appropriate network component in comments
Fixes #18145.
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r--src/or/circuituse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c
index 04c5af92e8..e109cef5dd 100644
--- a/src/or/circuituse.c
+++ b/src/or/circuituse.c
@@ -2598,7 +2598,7 @@ connection_ap_handshake_attach_circuit(entry_connection_t *conn)
log_debug(LD_APP|LD_CIRC,
"Attaching apconn to circ %u (stream %d sec old).",
(unsigned)circ->base_.n_circ_id, conn_age);
- /* print the circ's path, so people can figure out which circs are
+ /* print the circ's path, so clients can figure out which circs are
* sucking. */
circuit_log_path(LOG_INFO,LD_APP|LD_CIRC,circ);