diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-09-23 13:02:29 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2012-09-29 16:44:10 (GMT) |
commit | 50b1ea5bed3cfc1a4d8ff2dcb246af19691a4aff (patch) | |
tree | 4fb7eff1915c1fd43214689014eec123367b058a /Source/cmGlobalGenerator.cxx | |
parent | 19c3206bdc8640c35db79dcbf8dae58244196ca4 (diff) | |
download | CMake-50b1ea5bed3cfc1a4d8ff2dcb246af19691a4aff.zip CMake-50b1ea5bed3cfc1a4d8ff2dcb246af19691a4aff.tar.gz CMake-50b1ea5bed3cfc1a4d8ff2dcb246af19691a4aff.tar.bz2 |
Fix minor typos.
nothe -> note
than -> that
duplicat -> duplicate
directory -> directly
Wipe wipe -> Wipe
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index ac75933..f021d0c 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -893,7 +893,7 @@ bool cmGlobalGenerator::CheckALLOW_DUPLICATE_CUSTOM_TARGETS() << "The \"" << this->GetName() << "\" generator does not support " << "duplicate custom targets. " << "Consider using a Makefiles generator or fix the project to not " - << "use duplicat target names."; + << "use duplicate target names."; cmSystemTools::Error(e.str().c_str()); return false; } |