Просмотр исходного кода

include(): Use lower case and () to refer to the include() command.

Stephen Kelly 12 лет назад
Родитель
Сommit
d6dd264671
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Source/cmIncludeCommand.cxx

+ 1 - 1
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;