[or-cvs] Fix search-and-replace in comments: Friends->family does no...

Nick Mathewson nickm at seul.org
Fri Oct 15 03:55:56 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv19980/src/or

Modified Files:
	routerlist.c 
Log Message:
Fix search-and-replace in comments: Friends->family does not imply friendship->familyhip.

Index: routerlist.c
===================================================================
RCS file: /home/or/cvsroot/src/or/routerlist.c,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- routerlist.c	15 Oct 2004 01:58:11 -0000	1.158
+++ routerlist.c	15 Oct 2004 03:55:53 -0000	1.159
@@ -233,8 +233,8 @@
   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)))



More information about the tor-commits mailing list