]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Remove extra "out" from note.
authorShawn Routhier <sar@isc.org>
Wed, 4 Jan 2012 19:53:49 +0000 (19:53 +0000)
committerShawn Routhier <sar@isc.org>
Wed, 4 Jan 2012 19:53:49 +0000 (19:53 +0000)
RELNOTES

index f1a50e6b45f948c1103109f569585aee3800993f..63444aafddb3ea9e8922e681c99ceb55c3565419 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -42,7 +42,7 @@ work on other platforms. Please report any problems and suggested fixes to
                        Changes since 4.2.3
 
 ! Add a check for a null pointer before calling the regexec function.
-  Without out this check we could, under some circumstances, pass
+  Without this check we could, under some circumstances, pass
   a null pointer to the regexec function causing it to segfault.
   Thanks to a report from BlueCat Networks.
   [ISC-Bugs #26704].