aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@torproject.org>2024-04-30 14:35:16 +0200
committerDavid Goulet <dgoulet@torproject.org>2024-04-30 15:34:07 -0400
commit7708f9a4eab610ad199fe6a6fe04ba254efa24e9 (patch)
tree9a5d33517faa978c0efd4b0ce9e7f694b7245179
parentbedc6a90d236f00f91597c67e1fd74a13de01808 (diff)
downloadtor-maint-0.4.8.tar.gz
tor-maint-0.4.8.zip
Fix typo in tor-relays list addressmaint-0.4.8
-rw-r--r--src/core/or/conflux_params.c2
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);