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 545184b4fc..6689f73e22 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -2402,7 +2402,7 @@ pathbias_measure_close_rate(entry_guard_t *guard) "amount of circuits. " "Most likely this means the Tor network is " "overloaded, but it could also mean an attack against " - "you or the potentially the guard itself. " + "you or potentially the guard itself. " "Success counts are %ld/%ld. Use counts are %ld/%ld. " "%ld circuits completed, %ld were unusable, %ld collapsed, " "and %ld timed out. " |