tor

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

commit 881e0234e3b9598d0bd0357f13d5fcb36317b2dc
parent 7ba70eeeeaf649eefe4500cbe81c798e0fcd7e1c
Author: trinity-1686a <trinity@deuxfleurs.fr>
Date:   Thu, 18 Apr 2024 00:17:45 +0200

typo

Diffstat:
Msrc/feature/client/entrynodes.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;