From: Roger Dingledine Date: Mon, 27 Sep 2010 21:44:00 +0000 (-0400) Subject: changelog entry for bug1751 X-Git-Tag: tor-0.2.2.17-alpha~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d7f0badb5f6b27deb64968329390b785cf24103;p=thirdparty%2Ftor.git changelog entry for bug1751 --- 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 options and parameters - * in consensus 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)