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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 33 additions and 33 deletions

View file

@ -276,7 +276,7 @@ int wmain(int argc, wchar_t **argv)
if (hInstance_OpenGL == nullptr) {
printf("MESA OpenGL library was not loaded\n");
} else
printf("MESA OpenGL library was loaded sucessfully\n");
printf("MESA OpenGL library was loaded successfully\n");
}
#endif /* SLIC3R_GUI */