Fix typo in comment

This commit is contained in:
Andrea Shepard 2012-10-08 20:15:09 -07:00
parent d61e58e1ba
commit 4686638743
No known key found for this signature in database
GPG Key ID: 80BF498218A1E61B

View 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