From d6dd264671a10da9c942361b1559d757c35fa0ae Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Wed, 16 Oct 2013 13:41:47 +0200 Subject: include(): Use lower case and () to refer to the include() command. --- Source/cmIncludeCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v0.12