diff options
author | Brad King <brad.king@kitware.com> | 2016-03-31 12:46:03 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-03-31 12:46:03 (GMT) |
commit | 0aa736e62545cee8e3ed6c39667705d31ce66b8c (patch) | |
tree | 69d70d041ea1ea684564ea61b191a328fb741029 /Modules/FindPNG.cmake | |
parent | dea0b6b7187e3cb565c6653b991fe0e9f00191d2 (diff) | |
parent | 49e82c15d57db01a95f740f511715064a3887615 (diff) | |
download | CMake-0aa736e62545cee8e3ed6c39667705d31ce66b8c.zip CMake-0aa736e62545cee8e3ed6c39667705d31ce66b8c.tar.gz CMake-0aa736e62545cee8e3ed6c39667705d31ce66b8c.tar.bz2 |
Merge topic 'fix-spelling-typos'
49e82c15 Fix spelling typos in comments and documentation (#16037)
Diffstat (limited to 'Modules/FindPNG.cmake')
-rw-r--r-- | Modules/FindPNG.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindPNG.cmake b/Modules/FindPNG.cmake index cae41ac..5050d91 100644 --- a/Modules/FindPNG.cmake +++ b/Modules/FindPNG.cmake @@ -85,7 +85,7 @@ if(ZLIB_FOUND) list(APPEND PNG_NAMES_DEBUG png${v}d libpng${v}d) endforeach() unset(_PNG_VERSION_SUFFIXES) - # For compatiblity with versions prior to this multi-config search, honor + # For compatibility with versions prior to this multi-config search, honor # any PNG_LIBRARY that is already specified and skip the search. if(NOT PNG_LIBRARY) find_library(PNG_LIBRARY_RELEASE NAMES ${PNG_NAMES}) @@ -104,7 +104,7 @@ if(ZLIB_FOUND) if (PNG_LIBRARY AND PNG_PNG_INCLUDE_DIR) # png.h includes zlib.h. Sigh. set(PNG_INCLUDE_DIRS ${PNG_PNG_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR} ) - set(PNG_INCLUDE_DIR ${PNG_INCLUDE_DIRS} ) # for backward compatiblity + set(PNG_INCLUDE_DIR ${PNG_INCLUDE_DIRS} ) # for backward compatibility set(PNG_LIBRARIES ${PNG_LIBRARY} ${ZLIB_LIBRARY}) if (CYGWIN) |