diff options
author | teor <teor2345@gmail.com> | 2014-12-25 21:34:54 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2014-12-26 00:54:10 +1100 |
commit | 2d199bdffecb83be684d8c7667d1880bd40243bc (patch) | |
tree | 84b01df15377f06d0d8f40f9f0e1da7dc7101c33 | |
parent | 5710b83d5d4939a819e1d254aee21a8fe2688fec (diff) | |
download | tor-2d199bdffecb83be684d8c7667d1880bd40243bc.tar.gz tor-2d199bdffecb83be684d8c7667d1880bd40243bc.zip |
Fix grammar in comment on running_long_enough_to_decide_unreachable
-rw-r--r-- | src/or/dirserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index a1d22b041f..45d12ed3b1 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) |