summaryrefslogtreecommitdiffstats
path: root/src/cmake/modules/FindSDL_image.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmake/modules/FindSDL_image.cmake')
-rw-r--r--src/cmake/modules/FindSDL_image.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmake/modules/FindSDL_image.cmake b/src/cmake/modules/FindSDL_image.cmake
index 8395403..865f143 100644
--- a/src/cmake/modules/FindSDL_image.cmake
+++ b/src/cmake/modules/FindSDL_image.cmake
@@ -8,7 +8,7 @@ endif()
pkg_check_modules(SDL_IMAGE SDL_image)
-# for backward compatiblity
+# for backward compatibility
set(SDLIMAGE_LIBRARY ${SDL_IMAGE_LIBRARIES})
set(SDL_IMAGE_LIBRARY ${SDL_IMAGE_LIBRARIES})
set(SDLIMAGE_INCLUDE_DIR ${SDL_IMAGE_INCLUDE_DIRS})