]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
typo: s/baliwick/bailiwick/
authorTatuya JINMEI 神明達哉 <jinmei@isc.org>
Tue, 29 Jul 2003 22:05:01 +0000 (22:05 +0000)
committerTatuya JINMEI 神明達哉 <jinmei@isc.org>
Tue, 29 Jul 2003 22:05:01 +0000 (22:05 +0000)
(I hope it is okay to commit this since it is so trivial)

bin/named/query.c

index 220aa836ba50933b7349680737a86206d57d401d..1ad317f7f74b1821cba429bb000cdcff7822bcfc 100644 (file)
@@ -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 <config.h>
 
@@ -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;