diff options
author | Yury G. Kudryashov <urkud.urkud@gmail.com> | 2012-02-26 18:44:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-02-29 19:07:50 (GMT) |
commit | 43d60114a57b12766106cd264f358b9bfa098bba (patch) | |
tree | bdb3a6158a225ffbdfd7ad29bf0b5700cf75f557 /Source/cmCreateTestSourceList.cxx | |
parent | 2437b40933bd8377815a51a8154a81d3a70dc0fc (diff) | |
download | CMake-43d60114a57b12766106cd264f358b9bfa098bba.zip CMake-43d60114a57b12766106cd264f358b9bfa098bba.tar.gz CMake-43d60114a57b12766106cd264f358b9bfa098bba.tar.bz2 |
Run vim spellcheck on some files
Diffstat (limited to 'Source/cmCreateTestSourceList.cxx')
-rw-r--r-- | Source/cmCreateTestSourceList.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCreateTestSourceList.cxx b/Source/cmCreateTestSourceList.cxx index 953328a..de20cb7 100644 --- a/Source/cmCreateTestSourceList.cxx +++ b/Source/cmCreateTestSourceList.cxx @@ -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(); |