diff --git a/args.c b/args.c index 20cca71..04559b6 100644 --- a/args.c +++ b/args.c @@ -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);