diff options
author | David Goulet <dgoulet@torproject.org> | 2024-04-30 15:34:11 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2024-04-30 15:34:11 -0400 |
commit | b8c4d2a7d70eb6bfddcf4f0f746402c1129dff72 (patch) | |
tree | b2689f0f60efe93053efa9af01ce4fe4b00eb685 | |
parent | 927cd24a7928e41c6b797230726a39b1cc588aa6 (diff) | |
parent | 7708f9a4eab610ad199fe6a6fe04ba254efa24e9 (diff) | |
download | tor-b8c4d2a7d70eb6bfddcf4f0f746402c1129dff72.tar.gz tor-b8c4d2a7d70eb6bfddcf4f0f746402c1129dff72.zip |
Merge branch 'maint-0.4.8' into release-0.4.8
-rw-r--r-- | src/core/or/conflux_params.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/conflux_params.c b/src/core/or/conflux_params.c index 65728032f9..b6109625ac 100644 --- 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); |