Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2019-08-28 14:03:41 +02:00
parent 82cd511cc9
commit 17c9972252
13 changed files with 16 additions and 16 deletions
@@ -62,7 +62,7 @@ struct ocsp_response_t {
* @param revocation_time receives time of revocation, if revoked
* @param revocation_reason receives reason of revocation, if revoked
* @param this_update creation time of revocation list
* @param next_update exptected time of next revocation list
* @param next_update expected time of next revocation list
* @return certificate revocation status
*/
cert_validation_t (*get_status)(ocsp_response_t *this,
@@ -37,7 +37,7 @@ typedef struct credential_set_t credential_set_t;
*
* A credential set enumerator may not block the credential set, i.e. multiple
* threads must be able to hold multiple enumerators, as the credential manager
* is higly parallelized. The best way to achieve this is by using shared
* is highly parallelized. The best way to achieve this is by using shared
* read locks for the enumerators only. Otherwise deadlocks will occur.
* The writing cache_cert() routine is called by the manager only if no
* enumerator is alive, so it is save to use a write lock there.
@@ -441,7 +441,7 @@ METHOD(pkcs7_t, get_attribute, bool,
return FALSE;
}
/* "i" gets incremeneted after enumerate(), hence read from previous */
/* "i" gets incremented after enumerate(), hence read from previous */
si = sk_CMS_SignerInfo_value(e->signers, e->i - 1);
for (i = 0; i < CMS_signed_get_attr_count(si); i++)
{
+1 -1
View File
@@ -25,7 +25,7 @@
typedef enum tty_escape_t tty_escape_t;
/**
* Excape codes for tty colors
* Escape codes for tty colors
*/
enum tty_escape_t {
/** text properties */