Browse Source

Merge topic 'FindPNG-typo'

9fdad82c FindPNG: Fix small typo fix in module help
Brad King 9 years ago
parent
commit
59461c2696
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/FindPNG.cmake

+ 1 - 1
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.