Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2018-02-13 12:19:54 +01:00
parent 60c750181f
commit 2db6d5b8b3
75 changed files with 95 additions and 95 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ struct simaka_manager_t {
* @param id permanent identity to request quintuplet for
* @param rand random value rand
* @param auts resynchronization parameter auts
* @return TRUE if calculated, FALSE if no matcing card found
* @return TRUE if calculated, FALSE if no matching card found
*/
bool (*card_resync)(simaka_manager_t *this, identification_t *id,
char rand[AKA_RAND_LEN], char auts[AKA_AUTS_LEN]);
+1 -1
View File
@@ -49,7 +49,7 @@ struct hdr_t {
struct attr_hdr_t {
/** attribute type */
uint8_t type;
/** attibute length */
/** attribute length */
uint8_t length;
} __attribute__((__packed__));