From: Francis Dupont Date: Thu, 22 Jan 2015 10:40:21 +0000 (+0100) Subject: spelling X-Git-Tag: trac3712_base~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a45fc90e9f6728bceca238db6f22edf57746356e;p=thirdparty%2Fkea.git spelling --- diff --git a/src/bin/dhcp4/tests/d2_unittest.cc b/src/bin/dhcp4/tests/d2_unittest.cc index 7fbbeb3278..53cb7a6033 100644 --- a/src/bin/dhcp4/tests/d2_unittest.cc +++ b/src/bin/dhcp4/tests/d2_unittest.cc @@ -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