diff --git a/php/ext/google/protobuf/php-upb.h b/php/ext/google/protobuf/php-upb.h index a6ce24b99f9ff..f1052ab6d8845 100644 --- a/php/ext/google/protobuf/php-upb.h +++ b/php/ext/google/protobuf/php-upb.h @@ -5036,7 +5036,7 @@ enum { * already has some sub-message fields present. If the sub-message does * not occur in the binary payload, we will never visit it and discover the * incomplete sub-message. For this reason, this check is only useful for - * implemting ParseFromString() semantics. For MergeFromString(), a + * implementing ParseFromString() semantics. For MergeFromString(), a * post-parse validation step will always be necessary. */ kUpb_DecodeOption_CheckRequired = 2, diff --git a/ruby/ext/google/protobuf_c/ruby-upb.h b/ruby/ext/google/protobuf_c/ruby-upb.h index 9b39bb64b704f..8aeee57ec5491 100755 --- a/ruby/ext/google/protobuf_c/ruby-upb.h +++ b/ruby/ext/google/protobuf_c/ruby-upb.h @@ -5038,7 +5038,7 @@ enum { * already has some sub-message fields present. If the sub-message does * not occur in the binary payload, we will never visit it and discover the * incomplete sub-message. For this reason, this check is only useful for - * implemting ParseFromString() semantics. For MergeFromString(), a + * implementing ParseFromString() semantics. For MergeFromString(), a * post-parse validation step will always be necessary. */ kUpb_DecodeOption_CheckRequired = 2, diff --git a/upb/cmake/CMakeLists.txt b/upb/cmake/CMakeLists.txt index 513d34041f0fa..2649958d8b9a4 100644 --- a/upb/cmake/CMakeLists.txt +++ b/upb/cmake/CMakeLists.txt @@ -73,7 +73,7 @@ add_library(generated_code_support__only_for_generated_code_do_not_use__i_give_p target_include_directories(generated_code_support__only_for_generated_code_do_not_use__i_give_permission_to_break_me INTERFACE $ $ - $ + $ ) target_link_libraries(generated_code_support__only_for_generated_code_do_not_use__i_give_permission_to_break_me INTERFACE base @@ -90,7 +90,7 @@ add_library(generated_cpp_support__only_for_generated_code_do_not_use__i_give_pe target_include_directories(generated_cpp_support__only_for_generated_code_do_not_use__i_give_permission_to_break_me INTERFACE $ $ - $ + $ )