diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-01-26 13:47:23 +1100 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-01-26 13:47:23 +1100 |
commit | 7a4b4f0c3a08f08a5a7774b27811f0c5af3c1e99 (patch) | |
tree | ffd63e06968f209ef926033d0569e7648fd85caf /src/or/router.c | |
parent | c927b6cb1aff4588a5f3729f8cc919ef3616d73e (diff) | |
download | tor-7a4b4f0c3a08f08a5a7774b27811f0c5af3c1e99.tar.gz tor-7a4b4f0c3a08f08a5a7774b27811f0c5af3c1e99.zip |
Correct grammatical errors in tor log messages
Avoid using gender for things that don't have it.
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c index 8cde4a1a35..741e1edb22 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -2375,7 +2375,7 @@ router_new_address_suggestion(const char *suggestion, if (tor_addr_eq(&d_conn->base_.addr, &addr)) { /* Don't believe anybody who says our IP is their IP. */ log_debug(LD_DIR, "A directory server told us our IP address is %s, " - "but he's just reporting his own IP address. Ignoring.", + "but they are just reporting their own IP address. Ignoring.", suggestion); return; } |