aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2024-04-18 12:35:09 +0000
committerDavid Goulet <dgoulet@torproject.org>2024-04-18 12:35:09 +0000
commita31c8c581804708211c6770061ff1c32ff14691a (patch)
tree1e1f7a209eb4aa264d6a5ecda7a151baff79bbbc
parent7ba70eeeeaf649eefe4500cbe81c798e0fcd7e1c (diff)
parent881e0234e3b9598d0bd0357f13d5fcb36317b2dc (diff)
downloadtor-a31c8c581804708211c6770061ff1c32ff14691a.tar.gz
tor-a31c8c581804708211c6770061ff1c32ff14691a.zip
Merge branch 'typo' into 'main'
typo See merge request tpo/core/tor!811
-rw-r--r--src/feature/client/entrynodes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/client/entrynodes.c b/src/feature/client/entrynodes.c
index 7c469ea84a..dee41fefa8 100644
--- a/src/feature/client/entrynodes.c
+++ b/src/feature/client/entrynodes.c
@@ -2169,7 +2169,7 @@ select_primary_guard_for_circuit(guard_selection_t *gs,
static ratelim_t guardlog = RATELIM_INIT(60);
log_fn_ratelim(&guardlog, LOG_NOTICE, LD_GUARD,
"All current guards excluded by path restriction "
- "type %d; using an additonal guard.",
+ "type %d; using an additional guard.",
rst->type);
} else {
break;