浏览代码

fix trivial typo

somebody should s/authoritative directory server/directory authority/g
at some point
Roger Dingledine 14 年之前
父节点
当前提交
3992c5487f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)
 {