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