From feb6bdd38f08ea6d614d4c4c839d4db7173762ce Mon Sep 17 00:00:00 2001 From: Sascha Kratky Date: Sat, 10 Oct 2015 18:48:34 +0200 Subject: [PATCH] typo fix --- MANUAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANUAL.md b/MANUAL.md index 5952fae..fde6b5b 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -692,7 +692,7 @@ inherits the property value from its enclosing directory. common pitfalls --------------- -### include the `cotire.cmake` module correclty +### include the `cotire.cmake` module correctly If CMake issues the message `Unknown CMake command "cotire"`, double check that the cotire module has been included correctly in your project. See the manual section "cotire basic usage".