From be1aeff21a7824d5113b36ebdba6d0d46477fd28 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 9 Oct 2014 10:14:12 -0400 Subject: =?UTF-8?q?Fix=20a=20typo=20in=20a=20doxygen=20comment.=20Reported?= =?UTF-8?q?=20by=20=E4=BA=A6=E5=BE=97.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/event2/dns.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/event2/dns.h b/include/event2/dns.h index ca0da3c9..6677d4e2 100644 --- a/include/event2/dns.h +++ b/include/event2/dns.h @@ -420,7 +420,7 @@ int evdns_base_set_option(struct evdns_base *base, const char *option, const cha @param base the evdns_base to which to apply this operation @param flags any of DNS_OPTION_NAMESERVERS|DNS_OPTION_SEARCH|DNS_OPTION_MISC| - DNS_OPTIONS_HOSTSFILE|DNS_OPTIONS_ALL + DNS_OPTION_HOSTSFILE|DNS_OPTIONS_ALL @param filename the path to the resolv.conf file @return 0 if successful, or various positive error codes if an error occurred (see above) -- cgit v1.2.1