tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 3eca667ae4ab7dfd4d6f87858808b2775ffb1340
parent 49800cf5390bc1445a5fab9bbf346ca73c6b3a58
Author: teor <teor@torproject.org>
Date:   Thu, 30 Apr 2020 13:54:40 +1000

relay: Fix a comment typo in the selftest.c header

Diffstat:
Msrc/feature/relay/selftest.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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. */