summaryrefslogtreecommitdiffstats
path: root/Source/cmEnableLanguageCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-11-16 15:37:02 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-11-16 15:37:02 (GMT)
commit0629e2561c89713bd4e25751befd45e300a69a2f (patch)
treed6ca3e72c9898c88306304cd2710369cf7ce6df9 /Source/cmEnableLanguageCommand.h
parente3b06f10dd88435b66c5b080e95a2861dfb2391b (diff)
downloadCMake-0629e2561c89713bd4e25751befd45e300a69a2f.zip
CMake-0629e2561c89713bd4e25751befd45e300a69a2f.tar.gz
CMake-0629e2561c89713bd4e25751befd45e300a69a2f.tar.bz2
STYLE: fix docs
Diffstat (limited to 'Source/cmEnableLanguageCommand.h')
-rw-r--r--Source/cmEnableLanguageCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmEnableLanguageCommand.h b/Source/cmEnableLanguageCommand.h
index b8965ab..3db8cb2 100644
--- a/Source/cmEnableLanguageCommand.h
+++ b/Source/cmEnableLanguageCommand.h
@@ -64,7 +64,7 @@ public:
{
return
" ENABLE_LANGUAGE(languageName)\n"
- " This command enables support for the named language in CMake.";
+ "This command enables support for the named language in CMake.";
}
cmTypeMacro(cmEnableLanguageCommand, cmCommand);