diff options
author | Andrea Shepard <andrea@torproject.org> | 2012-10-08 20:15:09 -0700 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2012-10-08 20:15:09 -0700 |
commit | 4686638743919513baa72001d4676996f5e53c14 (patch) | |
tree | 4dc3843c33cfb2e46395d4eeed757014d18ed151 /src/or/channel.h | |
parent | d61e58e1ba594c57afdb4bf49169f59b0a56a7f4 (diff) | |
download | tor-4686638743919513baa72001d4676996f5e53c14.tar.gz tor-4686638743919513baa72001d4676996f5e53c14.zip |
Fix typo in comment
Diffstat (limited to 'src/or/channel.h')
-rw-r--r-- | src/or/channel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/channel.h b/src/or/channel.h index 182639e939..8fb29d8508 100644 --- a/src/or/channel.h +++ b/src/or/channel.h @@ -12,7 +12,7 @@ #include "or.h" /* - * Channel struct; see thw channel_t typedef in or.h. A channel is an + * Channel struct; see the channel_t typedef in or.h. A channel is an * abstract interface for the OR-to-OR connection, similar to connection_or_t, * but without the strong coupling to the underlying TLS implementation. They * are constructed by calling a protocol-specific function to open a channel |