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
+1 -1
View File
@@ -53,7 +53,7 @@ struct pa_tnc_msg_t {
/**
* Add a PA-TNC attribute
*
* @param attr PA-TNC attribute to be addedd
* @param attr PA-TNC attribute to be added
* @return TRUE if attribute fit into message and was added
*/
bool (*add_attribute)(pa_tnc_msg_t *this, pa_tnc_attr_t* attr);