Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2020-11-04 10:06:46 +01:00
parent dff243a1bd
commit a6f0e19bf5
20 changed files with 20 additions and 20 deletions
@@ -75,7 +75,7 @@ struct private_openssl_plugin_t {
#if OPENSSL_VERSION_NUMBER < 0x10100000L
/**
* Array of static mutexs, with CRYPTO_num_locks() mutex
* Array of static mutexes, with CRYPTO_num_locks() mutex
*/
static mutex_t **mutex = NULL;