diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 0982da1b0f..84ec4fbdd5 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -2174,7 +2174,7 @@ cmMakefile::GetSourceGroup(const std::vector&name) const { cmSourceGroup* sg = 0; - // first look for source group starting with the same as the one we wants + // first look for source group starting with the same as the one we want for (std::vector::const_iterator sgIt = this->SourceGroups.begin(); sgIt != this->SourceGroups.end(); ++sgIt)