Skip to content

Commit

Permalink
Fix minor typos (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanBaulch authored Aug 8, 2024
1 parent 720fb1a commit 50ff5a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grpc/channelz/v1/channelz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion grpc/gcp/handshaker.proto
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ message StartServerHandshakeReq {
map<int32, ServerHandshakeParameters> 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,
Expand Down
2 changes: 1 addition & 1 deletion grpc/reflection/v1alpha/reflection.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 50ff5a3

Please sign in to comment.