From b16653edf0446833e029961ec9f1e3215246d798 Mon Sep 17 00:00:00 2001 From: Andreas Schuh Date: Tue, 2 Aug 2016 09:51:47 +0100 Subject: [PATCH] fix: Typo in gflags_strip_flags_test.cmake script --- test/gflags_strip_flags_test.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/gflags_strip_flags_test.cmake b/test/gflags_strip_flags_test.cmake index bd419c4..5bb5cc1 100644 --- a/test/gflags_strip_flags_test.cmake +++ b/test/gflags_strip_flags_test.cmake @@ -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 () -- 2.7.4