Skip to content

Commit

Permalink
spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemas committed Jan 28, 2025
1 parent 09abb11 commit 6756bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/evp_extra/p_pqdsa_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ TEST_P(PQDSAParameterTest, MarshalParse) {
EXPECT_EQ(Bytes(priv_pkey_from_der->pkey.pqdsa_key->private_key, GetParam().private_key_len),
Bytes(pkey->pkey.pqdsa_key->private_key, GetParam().private_key_len));

// When importing a PQDSA private key, the public key will be calcuated and
// When importing a PQDSA private key, the public key will be calculated and
// used to populate the public key. To test the calculated key is correct,
// we first check that the public key has been populated, then test for equality
// with the expected public key:
Expand Down

0 comments on commit 6756bfe

Please sign in to comment.