summaryrefslogtreecommitdiffstats
path: root/Source/cmIncludeCommand.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-10-16 11:41:47 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-10-18 16:51:10 (GMT)
commitd6dd264671a10da9c942361b1559d757c35fa0ae (patch)
treebbdd6cd3df37497723ce6c14726931846b65d783 /Source/cmIncludeCommand.cxx
parent919e1e845361d6e29789f5347d12af3318452843 (diff)
downloadCMake-d6dd264671a10da9c942361b1559d757c35fa0ae.zip
CMake-d6dd264671a10da9c942361b1559d757c35fa0ae.tar.gz
CMake-d6dd264671a10da9c942361b1559d757c35fa0ae.tar.bz2
include(): Use lower case and () to refer to the include() command.
Diffstat (limited to 'Source/cmIncludeCommand.cxx')
-rw-r--r--Source/cmIncludeCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmIncludeCommand.cxx b/Source/cmIncludeCommand.cxx
index 5b93171..e8ee33f 100644
--- a/Source/cmIncludeCommand.cxx
+++ b/Source/cmIncludeCommand.cxx
@@ -19,7 +19,7 @@ bool cmIncludeCommand
if (args.size()< 1 || args.size() > 4)
{
this->SetError("called with wrong number of arguments. "
- "Include only takes one file.");
+ "include() only takes one file.");
return false;
}
bool optional = false;