Commit e7817824 authored by Walid Boudebouda's avatar Walid Boudebouda

panic: Fix typo

parent 08d4e804
......@@ -786,7 +786,7 @@ pan_ic(const char *func, const char *file, int line, const char *cond,
break;
case VAS_MISSING:
VSB_printf(pan_vsb,
"Missing errorhandling code in %s(), %s line %d:\n"
"Missing error handling code in %s(), %s line %d:\n"
" Condition(%s) not true.\n",
func, file, line, cond);
break;
......
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