diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-12-05 16:57:58 (GMT) |
---|---|---|
committer | luz.paz <luzpaz@users.noreply.github.com> | 2018-12-05 16:57:58 (GMT) |
commit | 8adf237e52bea9aabc0f5d4ac8884ef9d2349d0f (patch) | |
tree | 3a32b04a3f4b1a561b3c7f8362e629863867112f /Source | |
parent | f92e953103b7aa0676481c396fb6e521b5cbc64f (diff) | |
download | CMake-8adf237e52bea9aabc0f5d4ac8884ef9d2349d0f.zip CMake-8adf237e52bea9aabc0f5d4ac8884ef9d2349d0f.tar.gz CMake-8adf237e52bea9aabc0f5d4ac8884ef9d2349d0f.tar.bz2 |
Misc. comment typos
Found via `codespell`
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmExtraEclipseCDT4Generator.cxx | 2 |
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))) { |