]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: persist
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:29:44 +0000 (15:29 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:29:44 +0000 (15:29 -0400)
src/lib/dhcpsrv/tests/memfile_lease_mgr_unittest.cc

index 6d086609ea80d7e1727de356f67ac051802c81f6..3cf84c770e940ca6a9575bec8ab180b655c11d8b 100644 (file)
@@ -416,7 +416,7 @@ TEST_F(MemfileLeaseMgrTest, getLeaseFilePath) {
     EXPECT_TRUE(lease_mgr->getLeaseFilePath(Memfile_LeaseMgr::V6).empty());
 }
 
-// Check if the persitLeases correctly checks that leases should not be written
+// Check if the persistLeases correctly checks that leases should not be written
 // to disk when disabled through configuration.
 TEST_F(MemfileLeaseMgrTest, persistLeases) {
     // Initialize IO objects, so as the test csv files get removed after the