We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4644e73 commit 61ae02fCopy full SHA for 61ae02f
1 file changed
google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/GrpcSpannerRpc.java
@@ -132,7 +132,7 @@ public GrpcSpannerRpc(SpannerOptions options) {
132
TransportOptions transportOptions = options.getTransportOptions();
133
// Note, getXGoogApiClientHeader() method can be added to TransportOptions directly.
134
// 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,
+ // probably it is a temporary solution (eventually all grpc clients whould become gapic-based,
136
// and gapic handles the header internally).
137
if (transportOptions instanceof GrpcTransportOptions) {
138
this.xGoogApiClientHeader =
0 commit comments