diff options
author | Deepesh Pathak <deepshpathak@gmail.com> | 2018-01-24 14:25:15 +0530 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-07 10:41:57 -0500 |
commit | ca6682f3f86dbcf2b5346ae69d45293e8a59322b (patch) | |
tree | 54502f2a67b49927e85c51baf6fa0805c24b3839 /src/or/circuitbuild.c | |
parent | 13f5adc86c30101a32fedcd1713443eb4c43a397 (diff) | |
download | tor-ca6682f3f86dbcf2b5346ae69d45293e8a59322b.tar.gz tor-ca6682f3f86dbcf2b5346ae69d45293e8a59322b.zip |
Fix spelling mistakes corresponding to ticket #23650
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, |