]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix typo in tor-relays list address
authorhiro <hiro@torproject.org>
Tue, 30 Apr 2024 12:35:16 +0000 (14:35 +0200)
committerDavid Goulet <dgoulet@torproject.org>
Tue, 30 Apr 2024 19:34:07 +0000 (15:34 -0400)
src/core/or/conflux_params.c

index 65728032f9515b88a5ca652b5a7c79623cf5f5e5..b6109625ac4c07bc407f0c361aac8e6a810a6d28 100644 (file)
@@ -178,7 +178,7 @@ conflux_is_enabled(const circuit_t *circ)
         log_warn(LD_GENERAL,
                  "This tor is a relay and ConfluxEnabled is set to 0. "
                  "We would ask you to please write to us on "
-                 "tor-relay@lists.torproject.org or file a bug explaining "
+                 "tor-relays@lists.torproject.org or file a bug explaining "
                  "why you have disabled this option. Without news from you, "
                  "we might end up marking your relay as a BadExit.");
         tor_free(msg);