Explorar el Código

fix trivial typo

somebody should s/authoritative directory server/directory authority/g
at some point
Roger Dingledine hace 12 años
padre
commit
3992c5487f
Se han modificado 1 ficheros con 1 adiciones y 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)
 {