]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: relevant
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:03:24 +0000 (16:03 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:03:24 +0000 (16:03 -0400)
src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc

index e64b9342132e30cc31bf8a0d7931db9457e61fe9..aefd6d71e8e37f6ba544a154b7c18d184d285d6d 100644 (file)
@@ -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()));