aboutsummaryrefslogtreecommitdiff
path: root/src/feature/relay/selftest.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2021-01-10 13:29:50 -0500
committerRoger Dingledine <arma@torproject.org>2021-01-10 13:29:50 -0500
commitee0a27293e0b5a402a09e85f67483829731480af (patch)
treeaf21ef53a68c5c739139fd63bcafd72b85f2fd7d /src/feature/relay/selftest.c
parente7da6810346c0e141d67e67db8ff4a1bdaedf67f (diff)
downloadtor-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.c2
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);
}