Skip to content

Commit 61ae02f

Browse files
authored
Update GrpcSpannerRpc.java
1 parent 4644e73 commit 61ae02f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/GrpcSpannerRpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public GrpcSpannerRpc(SpannerOptions options) {
132132
TransportOptions transportOptions = options.getTransportOptions();
133133
// Note, getXGoogApiClientHeader() method can be added to TransportOptions directly.
134134
// Doing explicit casting here (instead of "contaminating" the top level interface) since most
135-
// probably it is a temporary solution (eventially all grpc clients whould be come gapic-based,
135+
// probably it is a temporary solution (eventually all grpc clients whould become gapic-based,
136136
// and gapic handles the header internally).
137137
if (transportOptions instanceof GrpcTransportOptions) {
138138
this.xGoogApiClientHeader =

0 commit comments

Comments
 (0)