summaryrefslogtreecommitdiffstats
path: root/Source/cmCoreTryCompile.cxx
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2012-02-26 18:44:20 (GMT)
committerBrad King <brad.king@kitware.com>2012-02-29 19:07:50 (GMT)
commit43d60114a57b12766106cd264f358b9bfa098bba (patch)
treebdb3a6158a225ffbdfd7ad29bf0b5700cf75f557 /Source/cmCoreTryCompile.cxx
parent2437b40933bd8377815a51a8154a81d3a70dc0fc (diff)
downloadCMake-43d60114a57b12766106cd264f358b9bfa098bba.zip
CMake-43d60114a57b12766106cd264f358b9bfa098bba.tar.gz
CMake-43d60114a57b12766106cd264f358b9bfa098bba.tar.bz2
Run vim spellcheck on some files
Diffstat (limited to 'Source/cmCoreTryCompile.cxx')
-rw-r--r--Source/cmCoreTryCompile.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmCoreTryCompile.cxx b/Source/cmCoreTryCompile.cxx
index 7d84ba6..48f644b 100644
--- a/Source/cmCoreTryCompile.cxx
+++ b/Source/cmCoreTryCompile.cxx
@@ -153,11 +153,11 @@ int cmCoreTryCompile::TryCompileCode(std::vector<std::string> const& argv)
std::string ccFile = this->BinaryDirectory + "/CMakeCache.txt";
cmSystemTools::RemoveFile(ccFile.c_str());
- // we need to create a directory and CMakeList file etc...
+ // we need to create a directory and CMakeLists file etc...
// first create the directories
sourceDirectory = this->BinaryDirectory.c_str();
- // now create a CMakeList.txt file in that directory
+ // now create a CMakeLists.txt file in that directory
FILE *fout = fopen(outFileName.c_str(),"w");
if (!fout)
{