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

index 760a884b0b5df250e5901205504a056386b34c29..8c86514f28c22c68516070a999a8b78d69bc8994 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -58,7 +58,7 @@ work on other platforms. Please report any problems and suggested fixes to
   configuration files.  [ISC-Bugs #24107]
  
 ! 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].