From d1840f2e57b3def401d9a895f804a559c50b0287 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 16 Nov 2005 14:11:09 -0500 Subject: STYLE: fix docs --- Source/cmIfCommand.h | 2 +- Source/cmIncludeCommand.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h index 86a6d21..914ae56 100644 --- a/Source/cmIfCommand.h +++ b/Source/cmIfCommand.h @@ -107,7 +107,7 @@ public: "in the THEN section are invoked. Otherwise, the commands in the " "ELSE section are invoked. The ELSE section is optional. Note that " "the same expression must be given to IF, ELSE, and ENDIF. Long " - "exressions can be used and the order or precidence is that the " + "expressions can be used and the order or precedence is that the " "EXISTS, COMMAND, and DEFINED operators will be evaluated first. " "Then any EQUAL, LESS, GREATER, STRLESS, STRGREATER, STREQUAL, MATCHES " "will be evaluated. Then NOT operators and finally AND, OR operators " diff --git a/Source/cmIncludeCommand.h b/Source/cmIncludeCommand.h index 2a7a726..8fc9833 100644 --- a/Source/cmIncludeCommand.h +++ b/Source/cmIncludeCommand.h @@ -74,7 +74,7 @@ public: "are processed immediately as if they were written in place of the " "INCLUDE command. If OPTIONAL is present, then no error " "is raised if the file does not exist.\n" - "If module is specified instead of file, the file with name " + "If a module is specified instead of a file, the file with name " ".cmake is searched in the CMAKE_MODULE_PATH."; } -- cgit v0.12