浏览代码

best not to introduce new technical terms if we don't need to

svn:r9800
Roger Dingledine 18 年之前
父节点
当前提交
7fedd6ab4e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/routerlist.c

+ 1 - 1
src/or/routerlist.c

@@ -1592,7 +1592,7 @@ _routerlist_find_elt(smartlist_t *sl, void *ri, int idx)
 
 /** Insert an item <b>ri</b> into the routerlist <b>rl</b>, updating indices
  * as needed.  There must be no previous member of <b>rl</b> with the same
- * identity giest as <b>ri</b>: If there is, call routerlist_replace
+ * identity digest as <b>ri</b>: If there is, call routerlist_replace
  * instead.
  */
 static void