This commit is contained in:
Holger Vogt 2018-12-15 23:34:03 +01:00
parent ebc39c941e
commit db13f66519
1 changed files with 1 additions and 1 deletions

View File

@ -3193,7 +3193,7 @@ inp_get_func_from_line(struct function_env *env, char *line)
Lerror:
// fixme, free()
fprintf(stderr, "ERROR: faild to parse .func in: %s\n", orig_line);
fprintf(stderr, "ERROR: failed to parse .func in: %s\n", orig_line);
controlled_exit(EXIT_FAILURE);
}