mock-dh: Fix typo in comment

This commit is contained in:
Tobias Brunner 2022-07-26 10:03:23 +02:00
parent 1e444454e1
commit 45e6311640

View File

@ -37,7 +37,7 @@ struct private_diffie_hellman_t {
key_exchange_t public; key_exchange_t public;
/** /**
* Instantiated key exchagne method * Instantiated key exchange method
*/ */
key_exchange_method_t method; key_exchange_method_t method;
}; };