diff options
author | Roger Dingledine <arma@torproject.org> | 2014-02-10 16:05:35 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-02-10 16:05:35 -0500 |
commit | dd3f2f63324f1c8eeaf6027f345ce8cee6438f1a (patch) | |
tree | e2aa034a5649dc6f9ac169b885eb403c97869954 | |
parent | a73b0da653db051275311ea791098a8a9dacc98f (diff) | |
download | tor-dd3f2f63324f1c8eeaf6027f345ce8cee6438f1a.tar tor-dd3f2f63324f1c8eeaf6027f345ce8cee6438f1a.tar.gz |
fix trivial typo
-rw-r--r-- | src/or/directory.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |