aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2016-12-18 04:06:02 -0500
committerRoger Dingledine <arma@torproject.org>2016-12-18 04:06:02 -0500
commit51ee549a90e3e1b6c87f4ac588ac9fed51f0cc27 (patch)
treef2559f02cb985423fd4d6e7a59387ecba8a389b2 /src/or/dirserv.c
parentf3d056ab16e55ae88a0f9e0808e1576e41949cc6 (diff)
downloadtor-51ee549a90e3e1b6c87f4ac588ac9fed51f0cc27.tar.gz
tor-51ee549a90e3e1b6c87f4ac588ac9fed51f0cc27.zip
fix typos and trivial syntax problems
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r--src/or/dirserv.c2
1 files changed, 1 insertions, 1 deletions
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),