diff --git a/CMakeLists.txt b/CMakeLists.txt index 814cd4c1d..79a3316d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project(godot-cpp LANGUAGES CXX) list( APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/" ) include( godotcpp ) -# I know this doesnt look like a typical CMakeLists.txt, but as we are +# I know this doesn't look like a typical CMakeLists.txt, but as we are # attempting mostly feature parity with SCons, and easy maintenance, the closer # the two build systems look the easier they will be to keep in lockstep.