From: Josh Soref Date: Sun, 23 Jul 2017 21:08:26 +0000 (-0400) Subject: spelling: uncertainty X-Git-Tag: trac5124a_base~35^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c87e841b8b4dac3de96593ad21a5bce6387d2edf;p=thirdparty%2Fkea.git spelling: uncertainty --- diff --git a/src/lib/dhcp/tests/iface_mgr_unittest.cc b/src/lib/dhcp/tests/iface_mgr_unittest.cc index 2fd74c593b..7a49b403cd 100644 --- a/src/lib/dhcp/tests/iface_mgr_unittest.cc +++ b/src/lib/dhcp/tests/iface_mgr_unittest.cc @@ -729,7 +729,7 @@ TEST_F(IfaceMgrTest, receiveTimeout6) { time_duration duration = stop_time - start_time; // We stop the clock when the call completes so it does not // precisely reflect the receive timeout. However the - // uncertainity should be low enough to expect that measured + // uncertainty should be low enough to expect that measured // value is in the range <1.4s; 1.7s>. EXPECT_GE(duration.total_microseconds(), 1400000 - TIMEOUT_TOLERANCE); @@ -781,7 +781,7 @@ TEST_F(IfaceMgrTest, receiveTimeout4) { time_duration duration = stop_time - start_time; // We stop the clock when the call completes so it does not // precisely reflect the receive timeout. However the - // uncertainity should be low enough to expect that measured + // uncertainty should be low enough to expect that measured // value is in the range <2.3s; 2.6s>. EXPECT_GE(duration.total_microseconds(), 2300000 - TIMEOUT_TOLERANCE);