From: Andrea Shepard Date: Tue, 9 Oct 2012 03:15:09 +0000 (-0700) Subject: Fix typo in comment X-Git-Tag: tor-0.2.4.4-alpha~37^2~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4686638743919513baa72001d4676996f5e53c14;p=thirdparty%2Ftor.git Fix typo in comment --- 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