fix: Typo in gflags_strip_flags_test.cmake script
authorAndreas Schuh <andreas.schuh.84@gmail.com>
Tue, 2 Aug 2016 08:51:47 +0000 (09:51 +0100)
committerGitHub <noreply@github.com>
Tue, 2 Aug 2016 08:51:47 +0000 (09:51 +0100)
test/gflags_strip_flags_test.cmake

index bd419c4..5bb5cc1 100644 (file)
@@ -1,7 +1,7 @@
 if (NOT BINARY)
-  message (FATAl_ERROR "BINARY file to check not specified!")
+  message (FATAL_ERROR "BINARY file to check not specified!")
 endif ()
 file (STRINGS "${BINARY}" strings REGEX "This text should be stripped out")
 if (strings)
   message (FATAL_ERROR "Text not stripped from binary like it should be: ${BINARY}")
-endif ()
\ No newline at end of file
+endif ()