From: Roger Dingledine Date: Wed, 16 Nov 2011 23:10:13 +0000 (-0500) Subject: fix trivial typo X-Git-Tag: tor-0.2.3.8-alpha~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3992c5487f23429c2782e7988aa0598407f6845a;p=thirdparty%2Ftor.git fix trivial typo somebody should s/authoritative directory server/directory authority/g at some point --- diff --git a/src/or/router.c b/src/or/router.c index c9f141b7f0..b6b96a5fff 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -1024,7 +1024,7 @@ authdir_mode_any_nonhidserv(const or_options_t *options) } /** Return true iff we are an authoritative directory server that is * authoritative about receiving and serving descriptors of type - * purpose its dirport. Use -1 for "any purpose". */ + * purpose on its dirport. Use -1 for "any purpose". */ int authdir_mode_handles_descs(const or_options_t *options, int purpose) {