Skip to content

Commit

Permalink
panic: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
walid-git committed Apr 29, 2024
1 parent 08d4e80 commit e781782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/varnishd/cache/cache_panic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e781782

Please sign in to comment.