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
@@ -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++)
{