diff --git a/CMakeLists.txt b/CMakeLists.txt index e0f014aa..4219bc9e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -137,7 +137,7 @@ if(enable-tests) if (CMOCKA_FOUND) add_subdirectory(test) else() - message(WARNING "Not buliding tests - cmocka is required.") + message(WARNING "Not building tests - cmocka is required.") endif() endif()