Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2023-11-14 10:11:16 +01:00
parent 02a4c8cfa9
commit 14bd0bc743
14 changed files with 16 additions and 16 deletions
@@ -105,9 +105,9 @@ struct imv_swima_state_t {
json_object* (*get_jrequest)(imv_swima_state_t *this);
/**
* Set the number of still missing SW [ID] records or envents
* Set the number of still missing SW [ID] records or events
*
* @param count Number of missing SW [ID] records or envents
* @param count Number of missing SW [ID] records or events
*/
void (*set_missing)(imv_swima_state_t *this, uint32_t count);