summaryrefslogtreecommitdiffstats
path: root/src/cmake/modules/FindSDL_ttf.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmake/modules/FindSDL_ttf.cmake')
-rw-r--r--src/cmake/modules/FindSDL_ttf.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmake/modules/FindSDL_ttf.cmake b/src/cmake/modules/FindSDL_ttf.cmake
index 6427cdc..8301637 100644
--- a/src/cmake/modules/FindSDL_ttf.cmake
+++ b/src/cmake/modules/FindSDL_ttf.cmake
@@ -8,10 +8,10 @@ endif()
pkg_check_modules(SDL_TTF SDL_ttf)
-#compatiblity
+#compatibility
set(SDL_TTF_VERSION_STRING ${SDL_TTF_VERSION})
-# for backward compatiblity
+# for backward compatibility
set(SDLTTF_LIBRARY ${SDL_TTF_LIBRARIES})
set(SDLTTF_INCLUDE_DIR ${SDL_TTF_INCLUDE_DIRS})
set(SDLTTF_FOUND ${SDL_TTF_FOUND})