mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
Xcode: Fix typos and spelling in error message
This commit is contained in:
@@ -393,7 +393,7 @@ bool cmGlobalXCodeGenerator::ProcessGeneratorToolsetField(
|
||||
" ", this->GetName(), "\n"
|
||||
"toolset specification field\n"
|
||||
" buildsystem=", value, "\n"
|
||||
"value is unkonwn. It must be '1' or '12'."
|
||||
"value is unknown. It must be '1' or '12'."
|
||||
);
|
||||
/* clang-format on */
|
||||
mf->IssueMessage(MessageType::FATAL_ERROR, e);
|
||||
|
||||
@@ -7,4 +7,4 @@ CMake Error at CMakeLists.txt:[0-9]+ \(project\):
|
||||
|
||||
buildsystem=bad
|
||||
|
||||
value is unkonwn. It must be '1' or '12'\.$
|
||||
value is unknown. It must be '1' or '12'\.$
|
||||
|
||||
Reference in New Issue
Block a user