Skip to content

Commit 5cf3647

Browse files
committed
Fix typo
1 parent 9d06017 commit 5cf3647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webauthn-server-core/src/main/java/com/yubico/webauthn/attestation/AttestationTrustSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public interface AttestationTrustSource {
4444
* <p>Note that it is possible for the same trust root to be used for different certificate
4545
* chains. For example, an authenticator vendor may make two different authenticator models, each
4646
* with its own attestation leaf certificate but both signed by the same attestation root
47-
* certificate. If a Relying Party trusts one of those authenticators models but not the other,
47+
* certificate. If a Relying Party trusts one of those authenticator models but not the other,
4848
* then its implementation of this method MUST return an empty set for the untrusted certificate
4949
* chain.
5050
*

0 commit comments

Comments
 (0)