[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Fix search-and-replace in comments: Friends->family does no...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] Fix search-and-replace in comments: Friends->family does no...
- From: nickm@seul.org (Nick Mathewson)
- Date: Thu, 14 Oct 2004 23:55:56 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Thu, 14 Oct 2004 23:56:14 -0400
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
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)))