Xcode: Fix typos and spelling in error message

This commit is contained in:
Josef Angstenberger
2021-05-06 22:28:08 +02:00
parent 5950e54325
commit fd02f10103
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -393,7 +393,7 @@ bool cmGlobalXCodeGenerator::ProcessGeneratorToolsetField(
" ", this->GetName(), "\n" " ", this->GetName(), "\n"
"toolset specification field\n" "toolset specification field\n"
" buildsystem=", value, "\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 */ /* clang-format on */
mf->IssueMessage(MessageType::FATAL_ERROR, e); mf->IssueMessage(MessageType::FATAL_ERROR, e);
@@ -7,4 +7,4 @@ CMake Error at CMakeLists.txt:[0-9]+ \(project\):
buildsystem=bad buildsystem=bad
value is unkonwn. It must be '1' or '12'\.$ value is unknown. It must be '1' or '12'\.$