diff options
author | Roger Dingledine <arma@torproject.org> | 2006-03-19 01:21:59 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-03-19 01:21:59 +0000 |
commit | c06e6ddaddf116ab6554201957853bec278f62b3 (patch) | |
tree | 0f15452b91ff17fbca4ae7198aa418375fc7efee /src/or/routerparse.c | |
parent | 7e2aa67fcb297aa69185d1b2b2fcf46e1195f5f4 (diff) | |
download | tor-c06e6ddaddf116ab6554201957853bec278f62b3.tar.gz tor-c06e6ddaddf116ab6554201957853bec278f62b3.zip |
Finish the transition from the word 'verified' to the words
'named' and 'valid'.
svn:r6188
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index b4ad4cfef0..04bf3d4ed7 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -640,7 +640,7 @@ 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>. All routers - * are marked running and verified. Advances *s to a point immediately + * are marked running and valid. Advances *s to a point immediately * following the last router entry. Ignore any trailing router entries that * are not complete. Returns 0 on success and -1 on failure. */ |