Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor typos #158

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading