]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[365-automatically-calculate-the-values-for-options-58-and-59] spelling
authorFrancis Dupont <fdupont@isc.org>
Thu, 10 Jan 2019 14:45:09 +0000 (15:45 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 10 Jan 2019 14:45:09 +0000 (15:45 +0100)
src/lib/dhcpsrv/tests/cfg_subnets4_unittest.cc

index d0dba11845bcfa63f9f36fb01f04d89063ae9497..dbe91be51380ef7fce3c00af693e5bdcb47e0926 100644 (file)
@@ -996,7 +996,7 @@ TEST(CfgSubnets4Test, teeTimePercentValidation) {
 
     data::ElementPtr elems;
     ASSERT_NO_THROW(elems = data::Element::fromJSON(json))
-                    << "invalid JSON:" << json << "\n est is broken";
+                    << "invalid JSON:" << json << "\n is broken";
 
     // Iterate over the test scenarios, verifying each prescribed
     // outcome.