Skip to content
Snippets Groups Projects
Commit ff38cc06 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix search-and-replace in comments: Friends->family does not imply friendship->familyhip.

svn:r2525
parent 2fb08fe4
No related branches found
No related tags found
No related merge requests found
......@@ -233,8 +233,8 @@ void routerlist_add_family(smartlist_t *sl, routerinfo_t *router) {
if (!router->declared_family)
return;
/* Add every r such that router declares familyhip with r, and r
* declares familyhip with router. */
/* Add every r such that router declares familyness with r, and r
* declares familyhood with router. */
SMARTLIST_FOREACH(router->declared_family, const char *, n,
{
if (!(r = router_get_by_nickname(n)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment