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/circuituse.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/circuituse.c')
-rw-r--r-- | src/or/circuituse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c index 4c13ac0fe4..25ab8101c4 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -1081,7 +1081,7 @@ consider_recording_trackhost(connection_t *conn, circuit_t *circ) return; /* write down the fingerprint of the chosen exit, not the nickname, - * because the chosen exit might not be verified. */ + * because the chosen exit might not be named. */ base16_encode(fp, sizeof(fp), circ->build_state->chosen_exit->identity_digest, DIGEST_LEN); |