Fix spelling and typos (non-binary)

This commit is contained in:
Andreas Mohr
2012-11-07 17:13:09 +01:00
committed by Brad King
parent ddac8d3d2d
commit bf019d765d
37 changed files with 56 additions and 56 deletions

View File

@@ -61,7 +61,7 @@ bool cmIncludeCommand
noPolicyScope = true;
}
else if(i > 1) // compat.: in previous cmake versions the second
// parameter was ignore if it wasn't "OPTIONAL"
// parameter was ignored if it wasn't "OPTIONAL"
{
std::string errorText = "called with invalid argument: ";
errorText += args[i];