From 6dcbbda43bf9cb393fc912b07c900524f7f89ea0 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 8 Jan 2006 22:16:09 +0000 Subject: [PATCH] remove typo svn:r5757 --- src/or/router.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/router.c b/src/or/router.c index d91564d93b..f3600ec94e 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -608,7 +608,7 @@ consider_publishable_server(time_t now, int force) /** OR only: if in clique mode, try to open connections to all of the * other ORs we know about. Otherwise, open connections to those we - * think are in clique mode.o + * think are in clique mode. * * If force is zero, only open the connection if we don't already * have one.