Skip to content

Commit 3058b06

Browse files
authored
Fix: Correct typo in ServiceAccountJwtAccessCredentials.java comment (#1765)
Changed "preferrable" to "preferable" in a comment within the getRequestMetadata method.
1 parent c9fd1b1 commit 3058b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_http/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ public boolean hasRequestMetadataOnly() {
374374
@Override
375375
public void getRequestMetadata(
376376
final URI uri, Executor executor, final RequestMetadataCallback callback) {
377-
// It doesn't use network. Only some CPU work on par with TLS handshake. So it's preferrable
377+
// It doesn't use network. Only some CPU work on par with TLS handshake. So it's preferable
378378
// to do it in the current thread, which is likely to be the network thread.
379379
blockingGetToCallback(uri, callback);
380380
}

0 commit comments

Comments
 (0)