From 01a37f376f55010aa805ea796f34db2c8ebf7475 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 29 Nov 2000 05:59:33 +0000 Subject: [PATCH] changed "in" to "of" in DNS_R_SINGLETON, "multiple RRs of singleton type" --- lib/dns/result.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/result.c b/lib/dns/result.c index 405eef0581..7b246edf92 100644 --- a/lib/dns/result.c +++ b/lib/dns/result.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: result.c,v 1.80 2000/11/22 00:16:38 halley Exp $ */ +/* $Id: result.c,v 1.81 2000/11/29 05:59:33 tale Exp $ */ #include @@ -112,7 +112,7 @@ static const char *text[DNS_R_NRESULTS] = { "invalid use of a meta type", /* 70 DNS_R_METATYPE */ "CNAME and other data", /* 71 DNS_R_CNAMEANDOTHER */ - "multiple RRs in singleton type" /* 72 DNS_R_SINGLETON */ + "multiple RRs of singleton type" /* 72 DNS_R_SINGLETON */ }; static const char *rcode_text[DNS_R_NRCODERESULTS] = {