aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-07-21 09:13:12 +0000
committerRoger Dingledine <arma@torproject.org>2004-07-21 09:13:12 +0000
commitecc900925606c5e7b5ad538d38a789f5d2add0d2 (patch)
tree50ee96cc258845f4442248aca72cbe80e87aeff9 /src/or/routerparse.c
parent906d1aa99fa79a6e1f6cb16ab16bae1ab6cd9030 (diff)
downloadtor-ecc900925606c5e7b5ad538d38a789f5d2add0d2.tar
tor-ecc900925606c5e7b5ad538d38a789f5d2add0d2.tar.gz
authdirservers accept the uploading of unverified descriptors.
fix a bunch of bugs in router_update_status_from_smartlist() (Nick, did I get them all, or was there a trickier one still hiding?) svn:r2081
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r--src/or/routerparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index 3927a2a8e..d25f2d17c 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -561,7 +561,7 @@ static int check_directory_signature(const char *digest,
/** Given a string *<b>s</b> containing a concatenated sequence of router
* descriptors, parses them and stores the result in *<b>dest</b>. If
- * good_nickname_list is provided, then routers are mared as
+ * good_nickname_list is provided, then routers are marked as
* running/nonrunning and verified/unverified based on their status in the
* list. Otherwise, all routers are marked running and verified. Advances
* *s to a point immediately following the last router entry. Returns 0 on