diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-01-26 13:45:01 +1100 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-01-26 13:46:54 +1100 |
commit | c927b6cb1aff4588a5f3729f8cc919ef3616d73e (patch) | |
tree | bf2cbe80576f334868997246b668f1cced8f78c6 /src/or/relay.c | |
parent | cbed61d1280d5f85b1670a70c9d8d2331b919e80 (diff) | |
download | tor-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/relay.c')
-rw-r--r-- | src/or/relay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/relay.c b/src/or/relay.c index ee2f041dbd..aea51a165b 100644 --- a/src/or/relay.c +++ b/src/or/relay.c @@ -833,7 +833,7 @@ connection_ap_process_end_not_open( } } } - /* check if he *ought* to have allowed it */ + /* check if the exit *ought* to have allowed it */ adjust_exit_policy_from_exitpolicy_failure(circ, conn, |