summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
diff options
context:
space:
mode:
authorAndreas Mohr <andim2@users.sourceforge.net>2013-05-01 09:36:14 (GMT)
committerBrad King <brad.king@kitware.com>2013-05-07 12:39:19 (GMT)
commitddac8d3d2d027dd50d729918078f57628855a568 (patch)
tree7bbc6c5b721a4db2620c7e28c0eb22f072b16b4b /Source/cmLocalGenerator.cxx
parent86832cecd59b3a56c5a609742b43e5b1c9524c66 (diff)
downloadCMake-ddac8d3d2d027dd50d729918078f57628855a568.zip
CMake-ddac8d3d2d027dd50d729918078f57628855a568.tar.gz
CMake-ddac8d3d2d027dd50d729918078f57628855a568.tar.bz2
Fix spelling and typos (affecting binary data / module messages)
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r--Source/cmLocalGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index ee5b9d8..69fb4d8 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -294,7 +294,7 @@ void cmLocalGenerator::GenerateTestFiles()
<< "# Build directory: "
<< this->Makefile->GetStartOutputDirectory() << std::endl
<< "# " << std::endl
- << "# This file includes the relevent testing commands "
+ << "# This file includes the relevant testing commands "
<< "required for " << std::endl
<< "# testing this directory and lists subdirectories to "
<< "be tested as well." << std::endl;