summaryrefslogtreecommitdiffstats
path: root/src/cmake/modules/FindSDL.cmake
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2017-09-23 14:53:26 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2017-09-24 14:37:34 (GMT)
commitd2d244a9ea2e47effb95abd622981a49954be338 (patch)
tree3be391f22d1ad733592cd6a25c0162ef05d1ee6e /src/cmake/modules/FindSDL.cmake
parent762b015a514a8aac3b765fce48d0a829580ab179 (diff)
downloadmxe-d2d244a9ea2e47effb95abd622981a49954be338.zip
mxe-d2d244a9ea2e47effb95abd622981a49954be338.tar.gz
mxe-d2d244a9ea2e47effb95abd622981a49954be338.tar.bz2
fix typos found by misspell tool
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})