diff options
author | Roger Dingledine <arma@torproject.org> | 2007-03-11 20:52:07 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-03-11 20:52:07 +0000 |
commit | 7fedd6ab4e9914ddb1e0d011f11294b7932dbe17 (patch) | |
tree | f8c743465bf642d6cdefeb1ba396619d0a7079b6 /src | |
parent | 98c3403ce738fe2c29d760938506f86e7274a0dd (diff) | |
download | tor-7fedd6ab4e9914ddb1e0d011f11294b7932dbe17.tar.gz tor-7fedd6ab4e9914ddb1e0d011f11294b7932dbe17.zip |
best not to introduce new technical terms if we don't need to
svn:r9800
Diffstat (limited to 'src')
-rw-r--r-- | src/or/routerlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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 |