From a85bab05b2eaf0dd3ef8bee4e7daa4e111317764 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 16 May 2005 05:30:01 +0000 Subject: [PATCH] typo in comment --- bin/named/query.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/named/query.c b/bin/named/query.c index 2e92f00d7d..715d93b930 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: query.c,v 1.198.2.21 2005/03/16 00:57:41 marka Exp $ */ +/* $Id: query.c,v 1.198.2.22 2005/05/16 05:30:01 marka Exp $ */ #include @@ -2886,7 +2886,7 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype) /* * Add SOA. If the query was for a SOA record force the * ttl to zero so that it is possible for clients to find - * the containing zone of a arbitary name with a stub + * the containing zone of an arbitrary name with a stub * resolver and not have it cached. */ if (qtype == dns_rdatatype_soa)