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

svn:r2525
This commit is contained in:
Nick Mathewson 2004-10-15 03:55:53 +00:00
parent 2fb08fe46c
commit ff38cc06e1

View File

@ -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)))