summaryrefslogtreecommitdiffstats
path: root/Modules/FindPNG.cmake
diff options
context:
space:
mode:
authorMaxime Morel <maxime.morel69@gmail.com>2016-12-14 21:09:49 (GMT)
committerBrad King <brad.king@kitware.com>2016-12-15 14:38:51 (GMT)
commit9fdad82c48fe28af73e07c2f91749c50fa5a131f (patch)
treec143acac3c6191014825a822d0b5343bb0384050 /Modules/FindPNG.cmake
parent858081c2f9c8066396982cf7e7277514c8cce6e4 (diff)
downloadCMake-9fdad82c48fe28af73e07c2f91749c50fa5a131f.zip
CMake-9fdad82c48fe28af73e07c2f91749c50fa5a131f.tar.gz
CMake-9fdad82c48fe28af73e07c2f91749c50fa5a131f.tar.bz2
FindPNG: Fix small typo fix in module help
Diffstat (limited to 'Modules/FindPNG.cmake')
-rw-r--r--Modules/FindPNG.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindPNG.cmake b/Modules/FindPNG.cmake
index 1d5d553..dceb6bc 100644
--- a/Modules/FindPNG.cmake
+++ b/Modules/FindPNG.cmake
@@ -25,7 +25,7 @@
# ``PNG_LIBRARIES``
# the libraries to link against to use PNG.
# ``PNG_DEFINITIONS``
-# You should add_definitons(${PNG_DEFINITIONS}) before compiling code
+# You should add_definitions(${PNG_DEFINITIONS}) before compiling code
# that includes png library files.
# ``PNG_FOUND``
# If false, do not try to use PNG.