Commit 842f5424 authored by Nils Goroll's avatar Nils Goroll

fix a typo

parent d45a1f5e
......@@ -49,7 +49,7 @@ VAS_Fail_default(const char *func, const char *file, int line,
func, file, line, cond);
} else if (kind == VAS_INCOMPLETE) {
fprintf(stderr,
"Incompelte code in %s(), %s line %d:\n",
"Incomplete code in %s(), %s line %d:\n",
func, file, line);
} else if (kind == VAS_WRONG) {
fprintf(stderr,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment