From 94ce2f0fdb4a8ffe576cce0c8bdb2bc96e921cc9 Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Mon, 25 Feb 2013 12:38:53 -0700 Subject: Fixed typo in doc/CMakeLists.txt line 58 "mesage" ==> "message" --- doc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/CMakeLists.txt') diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 8ca83783..c2b1d96a 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -55,7 +55,7 @@ foreach(file ${info_files}) endif(BUILD_WEB_DOCS) if(NOT TEXI2PDF) - mesage(WARNING "Could not find texi2pdf. PDF version of documentation will not be built.") + message(WARNING "Could not find texi2pdf. PDF version of documentation will not be built.") else() add_custom_command(OUTPUT ${file_base}.pdf COMMAND texi2pdf -b -q -o ${file_base}.pdf ${CMAKE_CURRENT_SOURCE_DIR}/${file} -- cgit v1.2.3