diff --git a/oauth2_http/java/com/google/auth/oauth2/ServiceAccountCredentials.java b/oauth2_http/java/com/google/auth/oauth2/ServiceAccountCredentials.java index 3246f1800..356223859 100644 --- a/oauth2_http/java/com/google/auth/oauth2/ServiceAccountCredentials.java +++ b/oauth2_http/java/com/google/auth/oauth2/ServiceAccountCredentials.java @@ -582,7 +582,7 @@ public AccessToken refreshAccessToken() throws IOException { } /** - * Returns a Google ID Token from either the Oauth or IAM Endpoint. For Credentials that are in + * Returns a Google ID Token from either the OAuth or IAM Endpoint. For Credentials that are in * the Google Default Universe (googleapis.com), the ID Token will be retrieved from the Oauth * Endpoint. Otherwise, it will be retrieved from the IAM Endpoint. * @@ -601,7 +601,7 @@ public IdToken idTokenWithAudience(String targetAudience, List