diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-12-17 22:38:10 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-12-17 22:47:11 (GMT) |
commit | a81794842346713962361d17c2f58fe1b382ab27 (patch) | |
tree | dde6149c2debbd2352f0ab7411332c6b95346a58 /Source/cmComputeLinkInformation.cxx | |
parent | 94131d632fc9b7b73d480ff4be349a66d67978b2 (diff) | |
download | CMake-a81794842346713962361d17c2f58fe1b382ab27.zip CMake-a81794842346713962361d17c2f58fe1b382ab27.tar.gz CMake-a81794842346713962361d17c2f58fe1b382ab27.tar.bz2 |
Code comments: Fix trivial typos
Diffstat (limited to 'Source/cmComputeLinkInformation.cxx')
-rw-r--r-- | Source/cmComputeLinkInformation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmComputeLinkInformation.cxx b/Source/cmComputeLinkInformation.cxx index 044f69f..6cfdf62 100644 --- a/Source/cmComputeLinkInformation.cxx +++ b/Source/cmComputeLinkInformation.cxx @@ -368,7 +368,7 @@ cmComputeLinkInformation::cmComputeLinkInformation( LibraryFeatureDescriptor{ "__CMAKE_LINK_EXECUTABLE", cmStrCat(this->LoaderFlag, "<LIBRARY>") }); } - // To link framewortk using a full path + // To link framework using a full path this->LibraryFeatureDescriptors.emplace( "__CMAKE_LINK_FRAMEWORK", LibraryFeatureDescriptor{ "__CMAKE_LINK_FRAMEWORK", "<LIBRARY>" }); |