]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling
authorFrancis Dupont <fdupont@isc.org>
Thu, 22 Jan 2015 10:40:21 +0000 (11:40 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 22 Jan 2015 10:40:21 +0000 (11:40 +0100)
src/bin/dhcp4/tests/d2_unittest.cc

index 7fbbeb32781639fa72aa32777d4811099d8d020a..53cb7a6033f2ce703ecb5264d4f15b69038bb95c 100644 (file)
@@ -292,7 +292,7 @@ TEST_F(Dhcp4SrvD2Test, simpleUDPSend) {
 // Checks that an IO error in sending a request to D2, results in ddns updates
 // being suspended.  This indicates that Dhcp4Srv's error handler has been
 // invoked as expected.  Note that this unit test relies on an attempt to send
-// to a server address of 0.0.0.0 port 0 fails, which it does  under all OSs
+// to a server address of 0.0.0.0 port 0 fails, which it does  under all OSes
 // except Solaris 11.
 /// @todo Eventually we should find a way to test this under Solaris.
 #ifndef OS_SOLARIS