From a81794842346713962361d17c2f58fe1b382ab27 Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Sun, 18 Dec 2022 09:38:10 +1100 Subject: Code comments: Fix trivial typos --- Source/cmComputeLinkInformation.cxx | 2 +- Source/cmGlobalGenerator.h | 2 +- 2 files changed, 2 insertions(+), 2 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, "") }); } - // To link framewortk using a full path + // To link framework using a full path this->LibraryFeatureDescriptors.emplace( "__CMAKE_LINK_FRAMEWORK", LibraryFeatureDescriptor{ "__CMAKE_LINK_FRAMEWORK", "" }); diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index 89b2ea8..076b041 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -369,7 +369,7 @@ public: that is a framework. */ bool NameResolvesToFramework(const std::string& libname) const; /** Split a framework path to the directory and name of the framework as well - * as optiona; suffix. + * as optional suffix. * Returns std::nullopt if the path does not match with framework format * when extendedFormat is true, required format is relaxed (i.e. extension * `.framework' is optional). Used when FRAMEWORK link feature is -- cgit v0.12