Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -129,7 +129,7 @@ METHOD(diffie_hellman_t, get_my_public_value, bool,
|
||||
this->privkey = ntru_private_key_create(this->drbg, this->param_set);
|
||||
if (!this->privkey)
|
||||
{
|
||||
DBG1(DBG_LIB, "NTRU keypair generation failed");
|
||||
DBG1(DBG_LIB, "NTRU key pair generation failed");
|
||||
return FALSE;
|
||||
}
|
||||
this->pubkey = this->privkey->get_public_key(this->privkey);
|
||||
|
||||
@@ -658,7 +658,7 @@ static bool loadable_feature_matches(registered_feature_t *a,
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a compatible plugin feature for the given depencency
|
||||
* Returns a compatible plugin feature for the given dependency
|
||||
*/
|
||||
static bool find_compatible_feature(private_plugin_loader_t *this,
|
||||
plugin_feature_t *dependency)
|
||||
|
||||
Reference in New Issue
Block a user