diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-12-30 18:06:41 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2011-12-30 23:30:57 +0100 |
commit | 5d9be4954065296b622cb1dd560105ef284d519e (patch) | |
tree | 7ac15603383405f7cee2d4521e25f8f21e754890 /src/or/connection.c | |
parent | bfae41328e9bbd29a3c3df2cd6b7c5d0caf83ada (diff) | |
download | tor-5d9be4954065296b622cb1dd560105ef284d519e.tar.gz tor-5d9be4954065296b622cb1dd560105ef284d519e.zip |
Fix a check-spaces violation in compat.c
Also fix a comment typo
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index a6d5d8f1e4..627580b096 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -1956,7 +1956,7 @@ connection_mark_all_noncontrol_listeners(void) } SMARTLIST_FOREACH_END(conn); } -/** Mark every external conection not used for controllers for close. */ +/** Mark every external connection not used for controllers for close. */ void connection_mark_all_noncontrol_connections(void) { |