]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
spelling
authorAndreas Gustafsson <source@isc.org>
Wed, 20 Feb 2002 00:37:30 +0000 (00:37 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 20 Feb 2002 00:37:30 +0000 (00:37 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 6a46f4d7c7201268b96f3354624e501c9c5b4785..7b42923087994123b6eebec12964fd9daf01d9a8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -17,7 +17,7 @@
 
 1201.  [bug]           Require that if 'callbacks' is passed to
                        dns_rdata_fromtext(), callbacks->error and 
-                       callbacks->warn are initalised.
+                       callbacks->warn are initialized.
 
 1200.  [bug]           Log 'errno' that we are unable to convert to
                        isc_result_t. [RT #2404]
  589.  [bug]           The server could deadlock if a zone was updated 
                        while being transferred out.
 
- 588.  [bug]           ctx->in_use was not being correctly initalised when
+ 588.  [bug]           ctx->in_use was not being correctly initialized when
                        when pushing a file for $INCLUDE. [RT #523]
 
  587.  [func]          A warning is now printed if the "allow-update"
  532.  [func]          Implement DNS UPDATE pseudo records using
                        DNS_RDATA_UPDATE flag.
 
- 531.  [func]          Rdata really should be initalized before being assigned
+ 531.  [func]          Rdata really should be initialized before being assigned
                        to (dns_rdata_fromwire(), dns_rdata_fromtext(),
                        dns_rdata_clone(), dns_rdata_fromregion()),
                        check that it is.
 
  267.  [func]          Nsupdate is now provided in the distribution.
 
- 266.  [bug]           zone.c:save_nsrrset() node was not initalized.
+ 266.  [bug]           zone.c:save_nsrrset() node was not initialized.
 
  265.  [bug]           dns_request_create() now works for TCP.
 
                                        severity error;
                                }
 
- 262.  [bug]           'master' was not initalized in zone.c:stub_callback().
+ 262.  [bug]           'master' was not initialized in zone.c:stub_callback().
 
  261.  [func]          Add dns_zone_markdirty().