File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
alts/src/main/java/io/grpc/alts/internal
services/src/main/proto/grpc Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 );
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ message ExtensionRequest {
8080message 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.
You can’t perform that action at this time.
0 commit comments