summaryrefslogtreecommitdiff
path: root/Source/cmEndIfCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-11-16 10:37:02 -0500
committerKen Martin <ken.martin@kitware.com>2005-11-16 10:37:02 -0500
commit0629e2561c89713bd4e25751befd45e300a69a2f (patch)
treed6ca3e72c9898c88306304cd2710369cf7ce6df9 /Source/cmEndIfCommand.h
parente3b06f10dd88435b66c5b080e95a2861dfb2391b (diff)
downloadcmake-0629e2561c89713bd4e25751befd45e300a69a2f.tar.gz
STYLE: fix docs
Diffstat (limited to 'Source/cmEndIfCommand.h')
-rw-r--r--Source/cmEndIfCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmEndIfCommand.h b/Source/cmEndIfCommand.h
index 467f95ca12..2092c6185b 100644
--- a/Source/cmEndIfCommand.h
+++ b/Source/cmEndIfCommand.h
@@ -66,7 +66,7 @@ public:
{
return
" ENDIF(expression)\n"
- "See IF command.";
+ "See the IF command.";
}
cmTypeMacro(cmEndIfCommand, cmCommand);