Commit ab80abf0 authored by David Reid's avatar David Reid

Fix typo.

parent b9292a30
...@@ -88,7 +88,7 @@ if(MINIAUDIO_FORCE_C89) ...@@ -88,7 +88,7 @@ if(MINIAUDIO_FORCE_C89)
elseif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC") elseif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
message(WARNING "MSVC does not support forcing C89. MINIAUDIO_FORCE_C89 ignored.") message(WARNING "MSVC does not support forcing C89. MINIAUDIO_FORCE_C89 ignored.")
else() 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()
endif() endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment