Skip to content

Commit 97953ca

Browse files
chore: fix typos in some files (#12478)
This PR fixes typos in the file file using codespell.
1 parent 26c1c13 commit 97953ca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

alts/src/main/java/io/grpc/alts/internal/AltsTsiHandshaker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public boolean processBytesFromPeer(ByteBuffer bytes) throws GeneralSecurityExce
8080
return true;
8181
}
8282
int remaining = bytes.remaining();
83-
// Call handshaker service to proceess the bytes.
83+
// Call handshaker service to process the bytes.
8484
if (outputFrame == null) {
8585
checkState(!isClient, "Client handshaker should not process any frame at the beginning.");
8686
outputFrame = handshaker.startServerHandshake(bytes);

services/src/main/proto/grpc/binlog/v1/binarylog.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ message ClientHeader {
120120

121121
// A single process may be used to run multiple virtual
122122
// servers with different identities.
123-
// The authority is the name of such a server identitiy.
123+
// The authority is the name of such a server identity.
124124
// It is typically a portion of the URI in the form of
125125
// <host> or <host>:<port> .
126126
string authority = 3;

services/src/main/proto/grpc/reflection/v1alpha/reflection.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ message ExtensionRequest {
8080
message ServerReflectionResponse {
8181
string valid_host = 1;
8282
ServerReflectionRequest original_request = 2;
83-
// The server set one of the following fields accroding to the message_request
83+
// The server set one of the following fields according to the message_request
8484
// in the request.
8585
oneof message_response {
8686
// This message is used to answer file_by_filename, file_containing_symbol,
@@ -91,7 +91,7 @@ message ServerReflectionResponse {
9191
// that were previously sent in response to earlier requests in the stream.
9292
FileDescriptorResponse file_descriptor_response = 4;
9393

94-
// This message is used to answer all_extension_numbers_of_type requst.
94+
// This message is used to answer all_extension_numbers_of_type request.
9595
ExtensionNumberResponse all_extension_numbers_response = 5;
9696

9797
// This message is used to answer list_services request.

0 commit comments

Comments
 (0)