mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
Run vim spellcheck on some files
This commit is contained in:
committed by
Brad King
parent
2437b40933
commit
43d60114a5
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user