diff options
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 9c049a24b3..3bbcc5144c 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -2223,7 +2223,7 @@ pick_restricted_middle_node(router_crn_flags_t flags, * Max number of restricted nodes before we alert the user and try * to load balance for them. * - * The most agressive vanguard design had 16 nodes at layer3. + * The most aggressive vanguard design had 16 nodes at layer3. * Let's give a small ceiling above that. */ #define MAX_SANE_RESTRICTED_NODES 20 /* If the user (or associated tor controller) selected only a few nodes, |