Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2019-12-12 11:09:06 +01:00
parent 174bfe51f9
commit a669145086
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ static struct {
};
/**
* Perform a signature verification "good" test having a keypair
* Perform a signature verification "good" test having a key pair
*/
static void test_good_sig(private_key_t *privkey, public_key_t *pubkey)
{
+1 -1
View File
@@ -44,7 +44,7 @@ static rsa_pss_params_t default_pss_params = {
};
/**
* Perform a signature verification "good" test having a keypair
* Perform a signature verification "good" test having a key pair
*/
static void test_good_sig(private_key_t *privkey, public_key_t *pubkey)
{