From 1e271ac738152a9f8272835bd524b76b09fc6b09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tatuya=20JINMEI=20=E7=A5=9E=E6=98=8E=E9=81=94=E5=93=89?= Date: Tue, 29 Jul 2003 22:05:01 +0000 Subject: [PATCH] typo: s/baliwick/bailiwick/ (I hope it is okay to commit this since it is so trivial) --- 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 220aa836ba..1ad317f7f7 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: query.c,v 1.245 2003/04/17 05:40:44 marka Exp $ */ +/* $Id: query.c,v 1.246 2003/07/29 22:05:01 jinmei Exp $ */ #include @@ -1013,7 +1013,7 @@ query_addadditional(void *arg, dns_name_t *name, dns_rdatatype_t qtype) { goto cleanup; /* - * Don't poision caches using the baliwick protection model. + * Don't poision caches using the bailiwick protection model. */ if (!dns_name_issubdomain(name, dns_db_origin(client->query.gluedb))) goto cleanup;