]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
best not to introduce new technical terms if we don't need to
authorRoger Dingledine <arma@torproject.org>
Sun, 11 Mar 2007 20:52:07 +0000 (20:52 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 11 Mar 2007 20:52:07 +0000 (20:52 +0000)
svn:r9800

src/or/routerlist.c

index d81f3e4c14f7e4ec3495c7ff05acc5eec1678f98..9b8b8f58390f9d8bcf165ce0e66a6dfa904a4529 100644 (file)
@@ -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