From: Josh Soref Date: Sun, 23 Jul 2017 19:29:44 +0000 (-0400) Subject: spelling: persist X-Git-Tag: trac5124a_base~35^2~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2a1d746dfd718e60341073e661a34bd3d5dd7c7;p=thirdparty%2Fkea.git spelling: persist --- diff --git a/src/lib/dhcpsrv/tests/memfile_lease_mgr_unittest.cc b/src/lib/dhcpsrv/tests/memfile_lease_mgr_unittest.cc index 6d086609ea..3cf84c770e 100644 --- a/src/lib/dhcpsrv/tests/memfile_lease_mgr_unittest.cc +++ b/src/lib/dhcpsrv/tests/memfile_lease_mgr_unittest.cc @@ -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