]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
typo in comment
authorMark Andrews <marka@isc.org>
Thu, 17 Feb 2005 05:49:01 +0000 (05:49 +0000)
committerMark Andrews <marka@isc.org>
Thu, 17 Feb 2005 05:49:01 +0000 (05:49 +0000)
lib/dns/include/dns/master.h

index a0f8be616561ef966d2bded73a4916ef820b568b..a60aa947aaa34697237d450b00034a0d9b442325 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: master.h,v 1.40 2005/01/10 23:43:24 marka Exp $ */
+/* $Id: master.h,v 1.41 2005/02/17 05:49:01 marka Exp $ */
 
 #ifndef DNS_MASTER_H
 #define DNS_MASTER_H 1
@@ -45,7 +45,7 @@
                                                 * matches as fatal */
 #define DNS_MASTER_CHECKNAMES   0x00000100
 #define DNS_MASTER_CHECKNAMESFAIL 0x00000200
-#define DNS_MASTER_CHECKWILDCARD 0x00000400    /* Check for internal wilcards. */
+#define DNS_MASTER_CHECKWILDCARD 0x00000400    /* Check for internal wildcards. */
 
 ISC_LANG_BEGINDECLS