summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2011-10-11 04:24:33 +0200
committerNick Mathewson <nickm@torproject.org>2011-10-10 23:14:31 -0400
commit35fe4825fc7da01367f37bc73ea4fc5c9d61ed2d (patch)
treec4d5801c6c60061dfaf2774a94fa8320cdc8c5f6 /src/or/or.h
parent66200320ffe584893acaf4ea5a55851039e2e92c (diff)
downloadtor-35fe4825fc7da01367f37bc73ea4fc5c9d61ed2d.tar.gz
tor-35fe4825fc7da01367f37bc73ea4fc5c9d61ed2d.zip
Quiet two notices, and spelling mistake cleanup
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 7268ae6f0c..6969a9cff7 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -301,7 +301,7 @@ typedef enum {
* haven't yet negotiated link protocol versions, done a V3 handshake, and
* sent a netinfo cell. */
#define OR_CONN_STATE_OR_HANDSHAKING_V3 7
-/** State for an OR connection:: Ready to send/receive cells. */
+/** State for an OR connection: Ready to send/receive cells. */
#define OR_CONN_STATE_OPEN 8
#define _OR_CONN_STATE_MAX 8