]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix typo/misspellings in CHANGES
authorJeremy C. Reed <jreed@isc.org>
Wed, 28 May 2014 17:56:11 +0000 (12:56 -0500)
committerJeremy C. Reed <jreed@isc.org>
Wed, 28 May 2014 17:56:11 +0000 (12:56 -0500)
Not reviewed

CHANGES

diff --git a/CHANGES b/CHANGES
index 54156f48fb6babce2279f139fab7c597f51c2a7d..8634a1da4a03102a450fa505094580f6ecb80a15 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -27,7 +27,7 @@
 3854.  [cleanup]       Report unrecognized options, if any, in the final
                        configure summary. [RT #36014]
 
-3853.  [cleanup]       Refactor dns_rdataslab_fromrdataset to seperate out
+3853.  [cleanup]       Refactor dns_rdataslab_fromrdataset to separate out
                        the handling of a rdataset with no records. [RT #35968]
 
 3852.  [func]          Increase the default number of clients available
                        "debug" options when set in /etc/resolv.conf.
                        (Thanks to Adam Tkac at RedHat.) [RT #21885]
 
-3812.  [func]          Dig now supports sending arbitary EDNS options from
+3812.  [func]          Dig now supports sending arbitrary EDNS options from
                        the command line (+ednsopt=code[:value]). [RT #35584]
 
 3811.  [func]          "serial-update-method date;" sets serial number
 
 3808.  [doc]           Clean up "prefetch" documentation. [RT #35751]
 
-3807.  [bug]           Fix sign extention bug in dns_name_fromtext when
+3807.  [bug]           Fix sign extension bug in dns_name_fromtext when
                        lowercase is set. [RT #35743]
 
 3806.  [test]          Improved system test portability. [RT #35625]
 3660.  [cleanup]       Changed the name of "isc-config.sh" to "bind9-config".
                        [RT #23825]
 
-3659.  [port]          solaris: don't add explict dependencies/rules for
+3659.  [port]          solaris: don't add explicit dependencies/rules for
                        python programs as make won't use the implicit rules.
                        [RT #34835]