Fix various typos in source documentation (#11553)

* Fix various typos in source documentation

* Delete cmake/modules/Catch2/CatchAddTests.cmake

* Delete tests/example/example_tests_main.cpp

* Revert test_config.cpp

---------

Co-authored-by: Ian Bassi <ian.bassi@outlook.com>
This commit is contained in:
luzpaz
2026-01-21 07:19:25 -05:00
committed by GitHub
parent 4c90144b98
commit a036de042b
15 changed files with 33 additions and 33 deletions

View File

@@ -37,7 +37,7 @@ enum class TestMesh {
two_hollow_squares
};
// Neccessary for <c++17
// Necessary for <c++17
struct TestMeshHash {
std::size_t operator()(TestMesh tm) const {
return static_cast<std::size_t>(tm);