[tor-commits] [tor/master] fix trivial typo

arma at torproject.org arma at torproject.org
Mon Feb 10 21:08:51 UTC 2014


commit dd3f2f63324f1c8eeaf6027f345ce8cee6438f1a
Author: Roger Dingledine <arma at torproject.org>
Date:   Mon Feb 10 16:05:35 2014 -0500

    fix trivial typo
---
 src/or/directory.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/directory.h b/src/or/directory.h
index 0453160..3de6932 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,



More information about the tor-commits mailing list