diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2013-01-31 09:37:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-01 17:01:22 -0500 |
commit | 6e4610de0226f4fa80b68f92c458a5ad42f21b5b (patch) | |
tree | 1a24337241083de68e8cf03bd8c8af2ba0da8ab8 /src/or/circuitbuild.c | |
parent | 95d272f5d843b0b8d30e183444b78910e72b04f7 (diff) | |
download | tor-6e4610de0226f4fa80b68f92c458a5ad42f21b5b.tar.gz tor-6e4610de0226f4fa80b68f92c458a5ad42f21b5b.zip |
Fix a log typo found by sysrqb.
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. " |