diff options
author | Roger Dingledine <arma@torproject.org> | 2005-09-29 23:03:34 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-09-29 23:03:34 +0000 |
commit | 8fc9330686ea14f96c28672b3fd0545d933f864c (patch) | |
tree | d48c8363dc9f9ce6eaf53f92b896b4dd1762570d /src/or/routerlist.c | |
parent | 5c53545d8158cd486d3ccef096f895afd485dd62 (diff) | |
download | tor-8fc9330686ea14f96c28672b3fd0545d933f864c.tar.gz tor-8fc9330686ea14f96c28672b3fd0545d933f864c.zip |
fix typo
svn:r5151
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index f1747325da..86def549f2 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -2343,7 +2343,7 @@ routers_update_status_from_networkstatus(smartlist_t *routers, int reset_failure /** Return new list of ID fingerprints for superseded routers. A router is * superseded if any network-status has a router with a different digest - * published more recently, or it it is listed in the network-status but not + * published more recently, or if it is listed in the network-status but not * in the router list. */ static smartlist_t * |