From: ian Date: Sat, 9 Oct 1999 11:17:29 +0000 (+0000) Subject: Fixed typo in adns.h. X-Git-Tag: privaterel-1999-10-12-fanf-dustman~21 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=commitdiff_plain;h=0a106d94b0b562568297f2bc7e9a39a709574010 Fixed typo in adns.h. --- diff --git a/changelog b/changelog index 29c5fbb..9749109 100644 --- a/changelog +++ b/changelog @@ -18,6 +18,7 @@ adns (0.5) unstable; urgency=medium * Reject TXT RRs with no strings. * Do not scramble innards when a query on the output queue is cancelled. * Correct error messages for qname CNAME foo, foo CNAME bar. + * Fixed typo in adns.h. General improvements: * Promise not to change fds in adns_beforepoll (if now is specified). diff --git a/src/adns.h b/src/adns.h index 08033cb..eed7f79 100644 --- a/src/adns.h +++ b/src/adns.h @@ -433,7 +433,7 @@ int adns_processexceptional(adns_state ads, int fd, const struct timeval *now); * from, or send outgoing data via, fd. Very like _processany. If it * returns zero then fd will no longer be readable or writeable * (unless of course more data has arrived since). adns will _only_ - * that fd and only in the manner specified, regardless of whether + * use that fd and only in the manner specified, regardless of whether * adns_if_noautosys was specified. * * adns_processexceptional should be called when select(2) reports an