mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
Fix remaining typos in the codebase (and update CI checks)
This commit is contained in:
parent
00234696fe
commit
b3313cefc6
7 changed files with 12 additions and 12 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue