diff --git a/Dependencies.cmake b/Dependencies.cmake index 2006343..3ab7aa9 100644 --- a/Dependencies.cmake +++ b/Dependencies.cmake @@ -17,7 +17,7 @@ set(CROSS_PLATFORM_DETERMINISTIC OFF) # optimizations enabled, also known as link-time optimizations or link-time code # generation. Note that if you turn this on you need to use # SET_INTERPROCEDURAL_OPTIMIZATION() or set(CMAKE_INTERPROCEDURAL_OPTIMIZATION -# ON) to enable LTO specificly for your own project as well. If you don't do +# ON) to enable LTO specifically for your own project as well. If you don't do # this you may get an error: /usr/bin/ld: libJolt.a: error adding symbols: file # format not recognized set(INTERPROCEDURAL_OPTIMIZATION ON) set(INTERPROCEDURAL_OPTIMIZATION ON) diff --git a/_typos.toml b/_typos.toml new file mode 100644 index 0000000..1df09d2 --- /dev/null +++ b/_typos.toml @@ -0,0 +1,2 @@ +[files] +extend-exclude = ["cmake/CPM.cmake"] diff --git a/src/physics.cpp b/src/physics.cpp index 99cc660..72769dd 100644 --- a/src/physics.cpp +++ b/src/physics.cpp @@ -241,7 +241,7 @@ void PhysicsEngine::create_floor(const Vector3 &floor_dimensions, // nullptr if (floor == nullptr) { - spdlog::error("Error creating floor body interface. Thre might be too " + spdlog::error("Error creating floor body interface. There might be too " "many bodies."); }