summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-09-27 17:44:00 -0400
committerRoger Dingledine <arma@torproject.org>2010-09-27 17:44:00 -0400
commit9d7f0badb5f6b27deb64968329390b785cf24103 (patch)
treee98a2d08413ba324741e2be42155a8c4a7d4427a
parent614eeb378be4ef23d3e8c1e1bef146ef5c1819b0 (diff)
downloadtor-9d7f0badb5f6b27deb64968329390b785cf24103.tar.gz
tor-9d7f0badb5f6b27deb64968329390b785cf24103.zip
changelog entry for bug1751
-rw-r--r--src/or/router.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c
index d30eb1bfa9..621cbaace5 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -977,7 +977,7 @@ server_mode(or_options_t *options)
}
/** Return true iff the combination of options in <b>options</b> and parameters
- * in <b>consensus</b> mean that we don't want to allow exits from circuits
+ * in the consensus mean that we don't want to allow exits from circuits
* we got from addresses not known to be servers. */
int
should_refuse_unknown_exits(or_options_t *options)