fix trivial typo

somebody should s/authoritative directory server/directory authority/g
at some point
This commit is contained in:
Roger Dingledine
2011-11-16 18:10:13 -05:00
parent 2408934516
commit 3992c5487f
+1 -1
View File
@@ -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)
{