From: Roger Dingledine Date: Wed, 4 Mar 2015 00:12:27 +0000 (-0500) Subject: fix typo in comment X-Git-Tag: tor-0.2.7.1-alpha~158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1bdb6e42cea6b2a7b6f5dfb937752f9fd997599;p=thirdparty%2Ftor.git fix typo in comment --- diff --git a/src/or/connection.c b/src/or/connection.c index 7db0238b3d..dcf716f2fa 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -3774,7 +3774,7 @@ connection_fetch_from_buf_line(connection_t *conn, char *data, } } -/** As fetch_from_buf_http, but fetches from a conncetion's input buffer_t or +/** As fetch_from_buf_http, but fetches from a connection's input buffer_t or * its bufferevent as appropriate. */ int connection_fetch_from_buf_http(connection_t *conn,