diff options
author | Craig Earls <enderw88@gmail.com> | 2013-02-25 12:38:53 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-02-25 12:38:53 -0700 |
commit | 94ce2f0fdb4a8ffe576cce0c8bdb2bc96e921cc9 (patch) | |
tree | e63c111f24e98902148ce71c606d212084495ae4 /doc/CMakeLists.txt | |
parent | 7a561f6b2eca69eaf3f0a430a3af9788d299da1e (diff) | |
download | fork-ledger-94ce2f0fdb4a8ffe576cce0c8bdb2bc96e921cc9.tar.gz fork-ledger-94ce2f0fdb4a8ffe576cce0c8bdb2bc96e921cc9.tar.bz2 fork-ledger-94ce2f0fdb4a8ffe576cce0c8bdb2bc96e921cc9.zip |
Fixed typo in doc/CMakeLists.txt line 58 "mesage" ==> "message"
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r-- | doc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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} |