From dd3f2f63324f1c8eeaf6027f345ce8cee6438f1a Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 10 Feb 2014 16:05:35 -0500 Subject: fix trivial typo --- src/or/directory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/directory.h') diff --git a/src/or/directory.h b/src/or/directory.h index 0453160f7..3de69329a 100644 --- a/src/or/directory.h +++ b/src/or/directory.h @@ -30,7 +30,7 @@ typedef enum { DIRIND_ONEHOP=0, /** Connect over a multi-hop anonymizing Tor circuit */ DIRIND_ANONYMOUS=1, - /** Conncet to the DirPort directly */ + /** Connect to the DirPort directly */ DIRIND_DIRECT_CONN, /** Connect over a multi-hop anonymizing Tor circuit to our dirport */ DIRIND_ANON_DIRPORT, -- cgit v1.2.3