summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-12-07 13:30:14 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-12-07 13:32:41 (GMT)
commit049d324e42451fb92d9504551f3885e221f05b8a (patch)
tree6a76938064f3db32bb0f85f07eb1359499c13d80 /Source
parent05f1d7a4627e2bbebaa5a80ee3aaa98467f184b3 (diff)
parent8adf237e52bea9aabc0f5d4ac8884ef9d2349d0f (diff)
downloadCMake-049d324e42451fb92d9504551f3885e221f05b8a.zip
CMake-049d324e42451fb92d9504551f3885e221f05b8a.tar.gz
CMake-049d324e42451fb92d9504551f3885e221f05b8a.tar.bz2
Merge topic 'misc-typos'
8adf237e52 Misc. comment typos Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2703
Diffstat (limited to 'Source')
-rw-r--r--Source/cmExtraEclipseCDT4Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.cxx b/Source/cmExtraEclipseCDT4Generator.cxx
index 8e25e9c..adb14ec 100644
--- a/Source/cmExtraEclipseCDT4Generator.cxx
+++ b/Source/cmExtraEclipseCDT4Generator.cxx
@@ -714,7 +714,7 @@ void cmExtraEclipseCDT4Generator::CreateCProjectFile() const
xml.Attribute("path", p);
xml.EndElement();
- // exlude source directory from output search path
+ // exclude source directory from output search path
// - only if not named the same as an output directory
if (!cmSystemTools::FileIsDirectory(
std::string(this->HomeOutputDirectory + "/" + p))) {