Fix typos found by codespell (#3011)

This commit is contained in:
Dimitri Papadopoulos Orfanos
2024-02-12 22:02:31 +01:00
committed by gabime
parent a145ba62b8
commit c577b54b06
2 changed files with 4 additions and 4 deletions

View File

@@ -141,7 +141,7 @@ TEST_CASE("file_event_handlers", "[file_helper]") {
helper.reopen(true);
events.clear();
}
// make sure that the file_helper destrcutor calls the close callbacks if needed
// make sure that the file_helper destructor calls the close callbacks if needed
REQUIRE(events == std::vector<flags>{flags::before_close, flags::after_close});
REQUIRE(file_contents(TEST_FILENAME) == "after_open\nbefore_close\n");
}