Explorar o código

fix trivial typo

somebody should s/authoritative directory server/directory authority/g
at some point
Roger Dingledine %!s(int64=14) %!d(string=hai) anos
pai
achega
3992c5487f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/router.c

+ 1 - 1
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)
 {