commit a1bdb6e42cea6b2a7b6f5dfb937752f9fd997599 Author: Roger Dingledine arma@torproject.org Date: Tue Mar 3 19:12:27 2015 -0500
fix typo in comment --- src/or/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/connection.c b/src/or/connection.c index 7db0238..dcf716f 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,
tor-commits@lists.torproject.org