From 7a1ae5ace6bd8efd6d8da00926e99e9403f1c5d9 Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 9 Oct 1999 11:17:29 +0000 Subject: [PATCH 1/1] Fixed typo in adns.h. --- changelog | 1 + src/adns.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 876fddc..7490011 100644 --- a/src/adns.h +++ b/src/adns.h @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Id: adns.h,v 1.61 1999/09/26 18:59:34 ian Exp $ + * $Id: adns.h,v 1.62 1999/10/09 11:17:29 ian Exp $ */ #ifndef ADNS_H_INCLUDED @@ -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 -- 2.11.0