Fix remaining typos in the codebase (and update CI checks)

This commit is contained in:
Delgan 2024-05-02 16:28:51 +00:00
parent 00234696fe
commit b3313cefc6
7 changed files with 12 additions and 12 deletions

View file

@ -231,7 +231,7 @@ process_line(char *line, struct module *module)
/* No need to check error IMHO */
*target = strtoul(string, NULL, 10);
/* Populate informations */
/* Populate information */
if (index == 6) {
for (size_t id = 1; id <= private->number_of_tags; ++id) {
uint32_t mask = 1 << (id - 1);