summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-11-16 18:10:13 -0500
committerRoger Dingledine <arma@torproject.org>2011-11-16 18:10:13 -0500
commit3992c5487f23429c2782e7988aa0598407f6845a (patch)
treeb961ac971fb6fdbb7b1fd9794f7517f11c5825df
parent240893451694a19a3cf9ba7ddcaea6bb37581406 (diff)
downloadtor-3992c5487f23429c2782e7988aa0598407f6845a.tar.gz
tor-3992c5487f23429c2782e7988aa0598407f6845a.zip
fix trivial typo
somebody should s/authoritative directory server/directory authority/g at some point
-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 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
- * <b>purpose</b> its dirport. Use -1 for "any purpose". */
+ * <b>purpose</b> on its dirport. Use -1 for "any purpose". */
int
authdir_mode_handles_descs(const or_options_t *options, int purpose)
{