diff options
author | Brad King <brad.king@kitware.com> | 2011-06-20 19:13:37 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2011-06-20 19:13:37 (GMT) |
commit | 2822bd184da2013676f0cba1a44b18d29c9b7c02 (patch) | |
tree | 80d20d199c21bb170acd50b7907707063b4eb411 /Source | |
parent | 25b0b777f683a134900effc8ffc96eea21266eec (diff) | |
parent | d66459be8ba7928e645e8542195e8a1323e1562a (diff) | |
download | CMake-2822bd184da2013676f0cba1a44b18d29c9b7c02.zip CMake-2822bd184da2013676f0cba1a44b18d29c9b7c02.tar.gz CMake-2822bd184da2013676f0cba1a44b18d29c9b7c02.tar.bz2 |
Merge topic 'doc-spelling-formatting-issue-12287'
d66459b Documentation: Fix spelling / formatting errors (#12287)
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmComputeLinkDepends.cxx | 2 | ||||
-rw-r--r-- | Source/cmTarget.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmComputeLinkDepends.cxx b/Source/cmComputeLinkDepends.cxx index 342c217..1021bf2 100644 --- a/Source/cmComputeLinkDepends.cxx +++ b/Source/cmComputeLinkDepends.cxx @@ -69,7 +69,7 @@ We can also infer the edge because *every* time A appears B is seen on its right. We do not know whether A really needs symbols from B to link, but it *might* so we must preserve their order. This is the case also for the following -explict lists: +explicit lists: X: A B Y Y: A B diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 7bd5372..52b9072 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -590,7 +590,7 @@ void cmTarget::DefineProperties(cmake *cm) "For an executable with exports (see the ENABLE_EXPORTS property) " "no default transitive link dependencies are used. " "This property replaces the default transitive link dependencies with " - "an explict list. " + "an explicit list. " "When the target is linked into another target the libraries " "listed (and recursively their link interface libraries) will be " "provided to the other target also. " |