]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
incorrect speling, s/intial/initial/
authorJakob Schlyter <source@isc.org>
Sun, 27 Jun 2004 10:10:55 +0000 (10:10 +0000)
committerJakob Schlyter <source@isc.org>
Sun, 27 Jun 2004 10:10:55 +0000 (10:10 +0000)
lib/dns/xfrin.c

index 25ade62da32c0774dcaff978eefba933f6b85480..88d20a4f9eb11fdaf4b4e4c098621a5f3f27f225 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: xfrin.c,v 1.135 2004/03/05 05:09:26 marka Exp $ */
+/* $Id: xfrin.c,v 1.136 2004/06/27 10:10:55 jakob Exp $ */
 
 #include <config.h>
 
@@ -431,7 +431,7 @@ xfr_rr(dns_xfrin_ctx_t *xfr, dns_name_t *name, isc_uint32_t ttl,
                        FAIL(DNS_R_FORMERR);
                }
                /*
-                * Remember the serial number in the intial SOA.
+                * Remember the serial number in the initial SOA.
                 * We need it to recognize the end of an IXFR.
                 */
                xfr->end_serial = dns_soa_getserial(rdata);