From: trinity-1686a Date: Wed, 17 Apr 2024 22:17:45 +0000 (+0200) Subject: typo X-Git-Tag: tor-0.4.9.1-alpha~44^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=881e0234e3b9598d0bd0357f13d5fcb36317b2dc;p=thirdparty%2Ftor.git typo --- 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;