From 439d289654bb125c87e1673c6cb98b01013ef342 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 19 Jun 2016 12:51:44 -0400 Subject: [PATCH] Fix typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()