From: Josh Soref Date: Sun, 23 Jul 2017 20:03:24 +0000 (-0400) Subject: spelling: relevant X-Git-Tag: trac5124a_base~35^2~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=647d11c78b00ff75aae490d656e0820b883e83fa;p=thirdparty%2Fkea.git spelling: relevant --- diff --git a/src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc b/src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc index e64b934213..aefd6d71e8 100644 --- a/src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc +++ b/src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc @@ -504,7 +504,7 @@ TEST_F(AllocEngine6Test, solicitReuseExpiredLease6) { // Initialize FQDN data for the lease. initFqdn("myhost.example.com", true, true); - // Verify the none of relelvant stats are zero. + // Verify the none of relevant stats are zero. EXPECT_TRUE(testStatistics("assigned-nas", 0, subnet_->getID())); EXPECT_TRUE(testStatistics("reclaimed-leases", 0)); EXPECT_TRUE(testStatistics("reclaimed-leases", 0, subnet_->getID())); @@ -547,7 +547,7 @@ TEST_F(AllocEngine6Test, solicitReuseExpiredLease6) { ASSERT_TRUE(lease); EXPECT_EQ(addr, lease->addr_); - // Verify the none of relelvant stats were altered. + // Verify the none of relevant stats were altered. EXPECT_TRUE(testStatistics("assigned-nas", 0, subnet_->getID())); EXPECT_TRUE(testStatistics("reclaimed-leases", 0)); EXPECT_TRUE(testStatistics("reclaimed-leases", 0, subnet_->getID()));