summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2024-03-12 17:18:25 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2024-03-12 17:18:25 (GMT)
commit939ac5287e9a04398a8eb01243e14e00d13d38ef (patch)
tree61cb2a173d4f42c43b95db3784c48b432a8b7bcf /Source/cmGeneratorTarget.cxx
parent922883782bb0a3f80cdfb4d959ca11834b417d77 (diff)
downloadCMake-939ac5287e9a04398a8eb01243e14e00d13d38ef.zip
CMake-939ac5287e9a04398a8eb01243e14e00d13d38ef.tar.gz
CMake-939ac5287e9a04398a8eb01243e14e00d13d38ef.tar.bz2
LINKER_TYPE: fix spelling error in message
Diffstat (limited to 'Source/cmGeneratorTarget.cxx')
-rw-r--r--Source/cmGeneratorTarget.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.cxx b/Source/cmGeneratorTarget.cxx
index 7dd9304..46c9082 100644
--- a/Source/cmGeneratorTarget.cxx
+++ b/Source/cmGeneratorTarget.cxx
@@ -5588,7 +5588,7 @@ std::string cmGeneratorTarget::GetLinkerTool(const std::string& lang,
this->LocalGenerator->IssueMessage(
MessageType::FATAL_ERROR,
cmStrCat("LINKER_TYPE '", linkerType,
- "' is unknown. Did you forgot to define '", usingLinker,
+ "' is unknown. Did you forget to define '", usingLinker,
"' variable?"));
}
}