Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abergs committed Nov 5, 2024
1 parent e52a872 commit 36eb6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Fido2/Objects/CredentialPublicKey.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public CredentialPublicKey(X509Certificate2 cert, COSE.Algorithm alg)
break;
}
default:
throw new InvalidOperationException($"MMissing or unknown kty {_type}");
throw new InvalidOperationException($"Missing or unknown kty {_type}");
}
}

Expand Down

0 comments on commit 36eb6d2

Please sign in to comment.