1
mirror of https://github.com/Yubico/python-fido2 synced 2024-09-26 03:51:03 +02:00

Fix typo.

This commit is contained in:
Dain Nilsson 2021-11-09 09:06:25 +01:00
parent e78efbfe93
commit 0b51e8e687
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8

View File

@ -150,7 +150,7 @@ class AttestationVerifier(abc.ABC):
# Lookup CA to use for trust path verification
ca = self.ca_lookup(result, attestation_object.auth_data)
if ca is None:
raise UntrustedAttestation("No root found for Authneticator")
raise UntrustedAttestation("No root found for Authenticator")
# Validate the trust chain
try: