浏览代码

resolve typo

svn:r6927
Roger Dingledine 19 年之前
父节点
当前提交
a5e5074807
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/dns.c

+ 1 - 1
src/or/dns.c

@@ -273,7 +273,7 @@ purge_expired_resolves(uint32_t now)
   assert_cache_ok();
 }
 
-/** Send a response to the RESOVLE request of a connection. answer_type must
+/** Send a response to the RESOLVE request of a connection. answer_type must
  *  be one of RESOLVED_TYPE_(IPV4|ERROR|ERROR_TRANSIENT) */
 static void
 send_resolved_cell(edge_connection_t *conn, uint8_t answer_type)