浏览代码

fix typo in comment

Roger Dingledine 10 年之前
父节点
当前提交
a1bdb6e42c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/connection.c

+ 1 - 1
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,