]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
typo
authortrinity-1686a <trinity@deuxfleurs.fr>
Wed, 17 Apr 2024 22:17:45 +0000 (00:17 +0200)
committertrinity-1686a <trinity@deuxfleurs.fr>
Wed, 17 Apr 2024 22:17:45 +0000 (00:17 +0200)
src/feature/client/entrynodes.c

index 7c469ea84a93c272aeb5cd1c63aa68c9b29e0cd8..dee41fefa85f17a93986394d893653eefa3f6fa7 100644 (file)
@@ -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;