Run vim spellcheck on some files

This commit is contained in:
Yury G. Kudryashov
2012-02-26 22:44:20 +04:00
committed by Brad King
parent 2437b40933
commit 43d60114a5
7 changed files with 24 additions and 22 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ bool cmCreateTestSourceList
if (cmSystemTools::GetFilenameExtension(*i).size() < 2)
{
this->SetError(
"You must specify a file extenion for the test driver file.");
"You must specify a file extension for the test driver file.");
return false;
}
std::string driver = this->Makefile->GetCurrentOutputDirectory();