From 50ff5a339eff1ceac18c2f675d824ca88709b5ba Mon Sep 17 00:00:00 2001 From: Nathan Baulch Date: Fri, 9 Aug 2024 04:32:27 +1000 Subject: [PATCH] Fix minor typos (#158) --- grpc/channelz/v1/channelz.proto | 2 +- grpc/gcp/handshaker.proto | 2 +- grpc/reflection/v1alpha/reflection.proto | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/grpc/channelz/v1/channelz.proto b/grpc/channelz/v1/channelz.proto index f4c7a034..e41b9e9a 100644 --- a/grpc/channelz/v1/channelz.proto +++ b/grpc/channelz/v1/channelz.proto @@ -552,7 +552,7 @@ message GetSocketRequest { int64 socket_id = 1; // If true, the response will contain only high level information - // that is inexpensive to obtain. Fields thay may be omitted are + // that is inexpensive to obtain. Fields that may be omitted are // documented. bool summary = 2; } diff --git a/grpc/gcp/handshaker.proto b/grpc/gcp/handshaker.proto index 2f546233..cf4cad07 100644 --- a/grpc/gcp/handshaker.proto +++ b/grpc/gcp/handshaker.proto @@ -145,7 +145,7 @@ message StartServerHandshakeReq { map handshake_parameters = 2; // Bytes in out_frames returned from the peer's HandshakerResp. It is possible - // that the peer's out_frames are split into multiple HandshakReq messages. + // that the peer's out_frames are split into multiple HandshakeReq messages. bytes in_bytes = 3; // (Optional) Local endpoint information of the connection to the client, diff --git a/grpc/reflection/v1alpha/reflection.proto b/grpc/reflection/v1alpha/reflection.proto index 9cab8a4e..e8384db3 100644 --- a/grpc/reflection/v1alpha/reflection.proto +++ b/grpc/reflection/v1alpha/reflection.proto @@ -92,7 +92,7 @@ message ServerReflectionResponse { // that were previously sent in response to earlier requests in the stream. FileDescriptorResponse file_descriptor_response = 4; - // This message is used to answer all_extension_numbers_of_type requst. + // This message is used to answer all_extension_numbers_of_type request. ExtensionNumberResponse all_extension_numbers_response = 5; // This message is used to answer list_services request.