From 51ee549a90e3e1b6c87f4ac588ac9fed51f0cc27 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 18 Dec 2016 04:06:02 -0500 Subject: fix typos and trivial syntax problems --- src/or/dirserv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/dirserv.c') diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 4d349ddf16..71dcbb6a9c 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -3209,7 +3209,7 @@ dirserv_orconn_tls_done(const tor_addr_t *addr, if (!authdir_mode_bridge(get_options()) || ri->purpose == ROUTER_PURPOSE_BRIDGE) { char addrstr[TOR_ADDR_BUF_LEN]; - /* This is a bridge or we're not a bridge authorititative -- + /* This is a bridge or we're not a bridge authority -- mark it as reachable. */ log_info(LD_DIRSERV, "Found router %s to be reachable at %s:%d. Yay.", router_describe(ri), -- cgit v1.2.3-54-g00ecf