commit 2d199bdffecb83be684d8c7667d1880bd40243bc Author: teor teor2345@gmail.com Date: Thu Dec 25 21:34:54 2014 +1100
Fix grammar in comment on running_long_enough_to_decide_unreachable --- src/or/dirserv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index a1d22b0..45d12ed 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -733,7 +733,7 @@ running_long_enough_to_decide_unreachable(void) }
/** Each server needs to have passed a reachability test no more - * than this number of seconds ago, or he is listed as down in + * than this number of seconds ago, or it is listed as down in * the directory. */ #define REACHABLE_TIMEOUT (45*60)