Commit b34a29dc authored by Tollef Fog Heen's avatar Tollef Fog Heen

Fix typo, thanks to fgs

parent d75ca3b4
......@@ -130,7 +130,7 @@ vbf_stp_startfetch(struct worker *wrk, struct busyobj *bo)
if (wrk->handling == VCL_RET_ABANDON) {
if (bo->req != NULL)
vbf_release_req(bo);
(void)VFP_Error(bo, "Abandonned in vcl_backend_fetch");
(void)VFP_Error(bo, "Abandoned in vcl_backend_fetch");
return (F_STP_DONE);
}
assert (wrk->handling == VCL_RET_FETCH);
......
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