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
+1 -1
View File
@@ -267,7 +267,7 @@ ShouldRemove(const cmListFileFunction& lff, cmMakefile &mf)
std::vector<std::string> expandedArguments;
mf.ExpandArguments(lff.Arguments, expandedArguments);
// if the endfunction has arguments then make sure
// they match the ones in the openeing function command
// they match the ones in the opening function command
if ((expandedArguments.empty() ||
(expandedArguments[0] == this->Args[0])))
{