]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a log msg
authorSebastian Hahn <sebastian@torproject.org>
Fri, 8 Apr 2011 02:03:50 +0000 (04:03 +0200)
committerNick Mathewson <nickm@torproject.org>
Wed, 27 Apr 2011 03:55:22 +0000 (23:55 -0400)
src/or/router.c

index 64cb079bd0b0f7bcafddb62105ca2896653346e7..0ef4728a027b2fa507145e397cb281d38657fdc2 100644 (file)
@@ -865,7 +865,7 @@ consider_testing_reachability(int test_or, int test_dir)
       if ((msg = rate_limit_log(&warning_limit, approx_time()))) {
         log_warn(LD_CIRC, "Can't peform self-tests for this relay: we have "
                  "listed ourself in ExcludeNodes, and StrictNodes is set. "
-                 "We will cannot learn whether we are usable, and will not "
+                 "We cannot learn whether we are usable, and will not "
                  "be able to advertise ourself.%s", msg);
         tor_free(msg);
       }