Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2019-04-29 15:09:20 +02:00
parent c546c1ba71
commit 02b348403a
14 changed files with 21 additions and 21 deletions
@@ -43,7 +43,7 @@ struct tnccs_batch_t {
/**
* Add TNCCS message
*
* @param msg TNCCS message to be addedd
* @param msg TNCCS message to be added
*/
void (*add_msg)(tnccs_batch_t *this, tnccs_msg_t* msg);
@@ -73,7 +73,7 @@ struct pb_tnc_batch_t {
/**
* Add a PB-TNC Message
*
* @param msg PB-TNC message to be addedd
* @param msg PB-TNC message to be added
* @return TRUE if message fit into batch and was added
*/
bool (*add_msg)(pb_tnc_batch_t *this, pb_tnc_msg_t* msg);