mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2026-01-02 22:58:49 +03:00
args.c: minor correction of typos
This commit is contained in:
2
args.c
2
args.c
@@ -482,7 +482,7 @@ void print_welcome() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
printf("Detected %d config sections\n", config.custom_configs_len + 1);
|
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) {
|
ITER_CONFIG_SECTIONS(section) {
|
||||||
int section_number = CONFIG_SECTION_NUMBER(section);
|
int section_number = CONFIG_SECTION_NUMBER(section);
|
||||||
|
|||||||
Reference in New Issue
Block a user