diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-08-13 00:25:11 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-08-24 18:58:49 (GMT) |
commit | aca65a9379526fb509ab5e86ae91143bc9e08d73 (patch) | |
tree | f2d31f100822c5ec03dbc677930ef740df2fcf8c /Source/cmTargetSourcesCommand.cxx | |
parent | 0897c3cf585853358ef7ec2bd180dbb2e3288b21 (diff) | |
download | CMake-aca65a9379526fb509ab5e86ae91143bc9e08d73.zip CMake-aca65a9379526fb509ab5e86ae91143bc9e08d73.tar.gz CMake-aca65a9379526fb509ab5e86ae91143bc9e08d73.tar.bz2 |
Maint: misc. typos
Found via `codespell`.
Diffstat (limited to 'Source/cmTargetSourcesCommand.cxx')
-rw-r--r-- | Source/cmTargetSourcesCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTargetSourcesCommand.cxx b/Source/cmTargetSourcesCommand.cxx index 62e323c..c57d68b 100644 --- a/Source/cmTargetSourcesCommand.cxx +++ b/Source/cmTargetSourcesCommand.cxx @@ -57,7 +57,7 @@ std::vector<std::string> cmTargetSourcesCommand::ConvertToAbsoluteContent( cmTarget* tgt, const std::vector<std::string>& content, bool isInterfaceContent) { - // Skip conversion in case old behavior has been explictly requested + // Skip conversion in case old behavior has been explicitly requested if (this->Makefile->GetPolicyStatus(cmPolicies::CMP0076) == cmPolicies::OLD) { return content; |