]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
spelling
authorMark Andrews <marka@isc.org>
Wed, 29 Oct 2008 03:18:25 +0000 (03:18 +0000)
committerMark Andrews <marka@isc.org>
Wed, 29 Oct 2008 03:18:25 +0000 (03:18 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 810ccc261c973374875f128e05a083fe3343e5a1..915bdd8f4c3cc0136898c8c78dd55c64fc776f64 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -11,7 +11,7 @@
                        ixfr-from-differences. [RT #15909] [RT #18541]
 
 2475.  [bug]           LRU cache cleanup under overmem condition could purge
-                       particular entries more aggresively. [RT #17628]
+                       particular entries more aggressively. [RT #17628]
 
 2474.  [bug]           ACL structures could be allocated with insufficient
                        space, causing an array overrun. [RT #18765]
@@ -24,7 +24,7 @@
 2472.  [port]          linux: check the number of available cpu's before
                        calling chroot as it depends on "/proc". [RT #16923]
 
-2471.  [bug]           named-checkzone was not reporting missing manditory
+2471.  [bug]           named-checkzone was not reporting missing mandatory
                        glue when sibling checks were disabled. [RT #18768]
 
 2470.  [bug]           Elements of the isc_radix_node_t could be incorrectly
@@ -77,7 +77,7 @@
                        address, regardless of family.  They now correctly
                        distinguish IPv4 from IPv6.  [RT #18559]
                         
-2455.  [bug]           Stop metadata being transfered via axfr/ixfr.
+2455.  [bug]           Stop metadata being transferred via axfr/ixfr.
                        [RT #18639]
 
 2454.  [func]          nsupdate: you can now set a default ttl. [RT #18317]
@@ -96,7 +96,7 @@
 
 2448.  [func]          Add NSEC3 support. [RT #15452]
 
-2447.  [cleanup]       libbind has been split out as a seperate product.
+2447.  [cleanup]       libbind has been split out as a separate product.
 
 2446.  [func]          Add a new log message about build options on startup.
                        A new command-line option '-V' for named is also
                        using I/O events and use IO Completion Ports
                        throughout.  Rewrite the receive path logic to make
                        it easier to support multiple simultaneous
-                       requestrs in the future.  Add stricter consistency
+                       requesters in the future.  Add stricter consistency
                        checking as a compile-time option (define
                        ISC_SOCKET_CONSISTENCY_CHECKS; defaults to off).
 
                        was set. [RT #18528]
 
 2426.  [bug]           libbind: inet_net_pton() can sometimes return the
-                       wrong value if excessively large netmasks are
+                       wrong value if excessively large net masks are
                        supplied. [RT #18512]
 
 2425.  [bug]           named didn't detect unavailable query source addresses
 
 2420.   [bug]          Windows socket handling cleanup.  Let the io
                        completion event send out cancelled read/write
-                       done events, which keeps us from writing to memeory
+                       done events, which keeps us from writing to memory
                        we no longer have ownership of.  Add debugging
                        socket_log() function.  Rework TCP socket handling
                        to not leak sockets.