summaryrefslogtreecommitdiff
path: root/Source/cmComputeLinkInformation.cxx
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2022-12-18 09:38:10 +1100
committerCraig Scott <craig.scott@crascit.com>2022-12-18 09:47:11 +1100
commita81794842346713962361d17c2f58fe1b382ab27 (patch)
treedde6149c2debbd2352f0ab7411332c6b95346a58 /Source/cmComputeLinkInformation.cxx
parent94131d632fc9b7b73d480ff4be349a66d67978b2 (diff)
downloadcmake-a81794842346713962361d17c2f58fe1b382ab27.tar.gz
Code comments: Fix trivial typos
Diffstat (limited to 'Source/cmComputeLinkInformation.cxx')
-rw-r--r--Source/cmComputeLinkInformation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmComputeLinkInformation.cxx b/Source/cmComputeLinkInformation.cxx
index 044f69f004..6cfdf62e77 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>" });