From: teor Date: Thu, 30 Apr 2020 03:54:40 +0000 (+1000) Subject: relay: Fix a comment typo in the selftest.c header X-Git-Tag: tor-0.4.5.0-alpha-dev~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3eca667ae4ab7dfd4d6f87858808b2775ffb1340;p=thirdparty%2Ftor.git relay: Fix a comment typo in the selftest.c header --- diff --git a/src/feature/relay/selftest.c b/src/feature/relay/selftest.c index 8aaf068f9c..402ce0e3d3 100644 --- a/src/feature/relay/selftest.c +++ b/src/feature/relay/selftest.c @@ -8,7 +8,7 @@ * \file selftest.c * \brief Relay self-testing * - * Relays need to make sure that their own ports are reasonable, and estimate + * Relays need to make sure that their own ports are reachable, and estimate * their own bandwidth, before publishing. */