summaryrefslogtreecommitdiffstats
path: root/src/cmake/modules/FindSDL.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmake/modules/FindSDL.cmake')
-rw-r--r--src/cmake/modules/FindSDL.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmake/modules/FindSDL.cmake b/src/cmake/modules/FindSDL.cmake
index ed238c8..aeea71c 100644
--- a/src/cmake/modules/FindSDL.cmake
+++ b/src/cmake/modules/FindSDL.cmake
@@ -8,7 +8,7 @@ endif()
pkg_check_modules(SDL sdl)
-# for backward compatiblity
+# for backward compatibility
set(SDL_LIBRARY ${SDL_LIBRARIES})
set(SDL_INCLUDE_DIR ${SDL_INCLUDE_DIRS})
set(SDL_VERSION_STRING ${SDL_VERSION})