diff options
author | Roger Dingledine <arma@torproject.org> | 2021-01-10 13:29:50 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2021-01-10 13:29:50 -0500 |
commit | ee0a27293e0b5a402a09e85f67483829731480af (patch) | |
tree | af21ef53a68c5c739139fd63bcafd72b85f2fd7d /src/feature/relay/selftest.c | |
parent | e7da6810346c0e141d67e67db8ff4a1bdaedf67f (diff) | |
download | tor-ee0a27293e0b5a402a09e85f67483829731480af.tar.gz tor-ee0a27293e0b5a402a09e85f67483829731480af.zip |
fix typos and whitespace
Diffstat (limited to 'src/feature/relay/selftest.c')
-rw-r--r-- | src/feature/relay/selftest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/relay/selftest.c b/src/feature/relay/selftest.c index 86b1533be1..137c478fef 100644 --- a/src/feature/relay/selftest.c +++ b/src/feature/relay/selftest.c @@ -277,7 +277,7 @@ router_do_orport_reachability_checks(const routerinfo_t *me, if (!orport_reachable) { /* Only log if we are actually doing a reachability test to learn if our * ORPort is reachable. Else, this prints a log notice if we are simply - * opening a bandwidth testing circuit even do we are reachable. */ + * opening a bandwidth testing circuit even though we are reachable. */ inform_testing_reachability(&ap->addr, ap->port, false); } |