Skip to content

Commit 5db195b

Browse files
chore: update typo in comment (#2079)
1 parent 002dee6 commit 5db195b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/google/cloud/sql/core/InstanceCheckingTrustManagerFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
*
4545
* <p>If the instance supports CAS certificates (instanceMetadata.casEnabled == true), or the
4646
* connection is being made to a PSC endpoint (instanceMetadata.pscEnabled == true) the connector
47-
* should validate that the server certificate subjectAlterantiveNames contains an entry that
47+
* should validate that the server certificate subjectAlternativeNames contains an entry that
4848
* matches instanceMetadata.dnsName.
4949
*
5050
* <p>Otherwise, the connector should check that the Subject CN field contains the Cloud SQL

0 commit comments

Comments
 (0)