aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-03-19 01:21:59 +0000
committerRoger Dingledine <arma@torproject.org>2006-03-19 01:21:59 +0000
commitc06e6ddaddf116ab6554201957853bec278f62b3 (patch)
tree0f15452b91ff17fbca4ae7198aa418375fc7efee /src/or/circuituse.c
parent7e2aa67fcb297aa69185d1b2b2fcf46e1195f5f4 (diff)
downloadtor-c06e6ddaddf116ab6554201957853bec278f62b3.tar
tor-c06e6ddaddf116ab6554201957853bec278f62b3.tar.gz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c
index 4c13ac0fe..25ab8101c 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);