From ab80abf061db45c30c6909fbddd3d09797fba7f6 Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 27 Mar 2025 18:54:21 +1000 Subject: [PATCH] Fix typo. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 51c61085..1edb5902 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,7 +88,7 @@ if(MINIAUDIO_FORCE_C89) elseif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC") message(WARNING "MSVC does not support forcing C89. MINIAUDIO_FORCE_C89 ignored.") else() - message(WARNING "MINIAUDIO_FORCE_C89 is enabled but the compiler does not support it. Ingoring.") + message(WARNING "MINIAUDIO_FORCE_C89 is enabled but the compiler does not support it. Ignoring.") endif() endif()