From 7fedd6ab4e9914ddb1e0d011f11294b7932dbe17 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 11 Mar 2007 20:52:07 +0000 Subject: [PATCH] best not to introduce new technical terms if we don't need to svn:r9800 --- src/or/routerlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/routerlist.c b/src/or/routerlist.c index d81f3e4c14..9b8b8f5839 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -1592,7 +1592,7 @@ _routerlist_find_elt(smartlist_t *sl, void *ri, int idx) /** Insert an item ri into the routerlist rl, updating indices * as needed. There must be no previous member of rl with the same - * identity giest as ri: If there is, call routerlist_replace + * identity digest as ri: If there is, call routerlist_replace * instead. */ static void