diff --git a/src/parse.c b/src/parse.c index a3e07a0..5d04a14 100644 --- a/src/parse.c +++ b/src/parse.c @@ -82,7 +82,7 @@ char includeConfig() { printf(COL_BLUE "INF" COL_RESET " | creating new emkfile\n"); emkfile_new = fopen(EMKFILE_NEW, "a+"); - printf(COL_BLIE "INF" COL_RESET " | running preprocessing tasks...\n"); + printf(COL_BLUE "INF" COL_RESET " | running preprocessing tasks...\n"); /* write emkconfig to new emkfile */ contents = fgetc(emkconfig); while (contents != EOF) {