summaryrefslogtreecommitdiffstats
path: root/Source/cmIfCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-11-16 19:11:09 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-11-16 19:11:09 (GMT)
commitd1840f2e57b3def401d9a895f804a559c50b0287 (patch)
tree2474d2702bb1a47764dffb28273264287bfa73be /Source/cmIfCommand.h
parent69d931f643cf2b184394544947f1eea48fc46698 (diff)
downloadCMake-d1840f2e57b3def401d9a895f804a559c50b0287.zip
CMake-d1840f2e57b3def401d9a895f804a559c50b0287.tar.gz
CMake-d1840f2e57b3def401d9a895f804a559c50b0287.tar.bz2
STYLE: fix docs
Diffstat (limited to 'Source/cmIfCommand.h')
-rw-r--r--Source/cmIfCommand.h2
1 files changed, 1 insertions, 1 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 "