Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -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]);
|
||||
|
||||
@@ -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__));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user