]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix two typos in relnotes.
authorDavid Hankins <dhankins@isc.org>
Fri, 16 Oct 2009 22:54:22 +0000 (22:54 +0000)
committerDavid Hankins <dhankins@isc.org>
Fri, 16 Oct 2009 22:54:22 +0000 (22:54 +0000)
RELNOTES

index 2b609bd04a7436dfbb9334b9246dbaaa2c752d29..0d4b8fd92474be36d7db714a72be17cdb9d68b40 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -91,7 +91,7 @@ work on other platforms. Please report any problems and suggested fixes to
 
 - Update the code to deal with GCC 4.3.  This included two sets of changes.
   The first is to the configuration files to include the use of
-  AC_USE_SYSTME_EXTENSIONS.  The second is to deal with return values that
+  AC_USE_SYSTEM_EXTENSIONS.  The second is to deal with return values that
   were being ignored.
 
 - The db-time-format option was documented in manpages.
@@ -199,7 +199,7 @@ work on other platforms. Please report any problems and suggested fixes to
   precedence.  This fixes two bugs, one where host scoped configuration
   would not be included from a non-fixed-address6 host record, and the equal
   and opposite bug where subnet6 scoped configuration would not be used when
-  over-riding vlaues were not present in a matching fixed-address6 host
+  over-riding values were not present in a matching fixed-address6 host
   configuration.
 
 - ./configure now checks to ensure the intX_t and u_intX_t types are defined,