args.c: minor correction of typos

This commit is contained in:
MayanKoyote 2024-11-26 00:25:35 +05:00 committed by GitHub
parent cb46c89423
commit bb8992578f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
args.c
View File

@ -482,7 +482,7 @@ void print_welcome() {
}
printf("Detected %d config sections\n", config.custom_configs_len + 1);
printf("The sections will be processed in ordred they goes in this output\n");
printf("The sections will be processed in order they goes in this output\n");
ITER_CONFIG_SECTIONS(section) {
int section_number = CONFIG_SECTION_NUMBER(section);