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/connection_or.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/connection_or.c')
-rw-r--r-- | src/or/connection_or.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/connection_or.c b/src/or/connection_or.c index 73e4d19369..d778eb3b4f 100644 --- a/src/or/connection_or.c +++ b/src/or/connection_or.c @@ -1581,7 +1581,7 @@ connection_or_nonopen_was_started_here(or_connection_t *conn) } /** <b>Conn</b> just completed its handshake. Return 0 if all is well, and - * return -1 if he is lying, broken, or otherwise something is wrong. + * return -1 if they are lying, broken, or otherwise something is wrong. * * If we initiated this connection (<b>started_here</b> is true), make sure * the other side sent a correctly formed certificate. If I initiated the @@ -1754,7 +1754,7 @@ connection_or_client_used(or_connection_t *conn) * * Make sure we are happy with the person we just handshaked with. * - * If he initiated the connection, make sure he's not already connected, + * If they initiated the connection, make sure they're not already connected, * then initialize conn from the information in router. * * If all is successful, call circuit_n_conn_done() to handle events |