aboutsummaryrefslogtreecommitdiff
path: root/src/or/transports.c
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-01-26 13:45:01 +1100
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-01-26 13:46:54 +1100
commitc927b6cb1aff4588a5f3729f8cc919ef3616d73e (patch)
treebf2cbe80576f334868997246b668f1cced8f78c6 /src/or/transports.c
parentcbed61d1280d5f85b1670a70c9d8d2331b919e80 (diff)
downloadtor-c927b6cb1aff4588a5f3729f8cc919ef3616d73e.tar.gz
tor-c927b6cb1aff4588a5f3729f8cc919ef3616d73e.zip
Correct grammatical errors in tor comments
Avoid using gender for things that don't have it. Avoid assigning a gender to tor users.
Diffstat (limited to 'src/or/transports.c')
-rw-r--r--src/or/transports.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/transports.c b/src/or/transports.c
index 81b8db2508..5a3af85be8 100644
--- a/src/or/transports.c
+++ b/src/or/transports.c
@@ -1100,7 +1100,7 @@ parse_smethod_line(const char *line, managed_proxy_t *mp)
smartlist_add(mp->transports, transport);
- /* For now, notify the user so that he knows where the server
+ /* For now, notify the user so that they know where the server
transport is listening. */
log_info(LD_CONFIG, "Server transport %s at %s:%d.",
method_name, address, (int)port);