tor

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

commit 7a5d94bcf842299534b667433424ac7a1133d371
parent 36cd4a50fc9d861c6c35a0f6dcb22f29cb39a53e
Author: David Goulet <dgoulet@torproject.org>
Date:   Tue, 30 Apr 2024 15:34:11 -0400

Merge branch 'maint-0.4.8'

Diffstat:
Msrc/core/or/conflux_params.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/or/conflux_params.c b/src/core/or/conflux_params.c @@ -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);