From 67298a4b2ff9e9577fc21cd8d1918ddb2e54f707 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 17 Sep 2001 20:24:13 +0000 Subject: [PATCH] "data" is plural --- lib/dns/resolver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index db2437c462..439b2e69cb 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: resolver.c,v 1.221 2001/09/14 21:04:35 gson Exp $ */ +/* $Id: resolver.c,v 1.222 2001/09/17 20:24:13 gson Exp $ */ #include @@ -3062,7 +3062,7 @@ ncache_adderesult(dns_message_t *message, dns_db_t *cache, dns_dbnode_t *node, maxttl, ardataset); if (result == DNS_R_UNCHANGED) { /* - * The data in the cache is better than the negative cache + * The data in the cache are better than the negative cache * entry we're trying to add. */ if (ardataset != NULL && ardataset->type == 0) {