]> granicus.if.org Git - libevent/commitdiff
Fix a typo in a doxygen comment. Reported by 亦得.
authorNick Mathewson <nickm@torproject.org>
Thu, 9 Oct 2014 14:14:12 +0000 (10:14 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 9 Oct 2014 14:14:12 +0000 (10:14 -0400)
include/event2/dns.h

index ca0da3c94724644ec538863533ce791cd53fa5f3..6677d4e2d4e854ce3b0d66da986bbe11c7a46a2c 100644 (file)
@@ -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)