]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix typo in comment
authorAndrea Shepard <andrea@torproject.org>
Tue, 9 Oct 2012 03:15:09 +0000 (20:15 -0700)
committerAndrea Shepard <andrea@torproject.org>
Tue, 9 Oct 2012 03:15:09 +0000 (20:15 -0700)
src/or/channel.h

index 182639e9390493c848398ab50f8c957334e2e315..8fb29d8508a3cebf8003e7da1ca0aedc76dbe788 100644 (file)
@@ -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