mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
fix trivial typo
somebody should s/authoritative directory server/directory authority/g at some point
This commit is contained in:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user