Commit 86dcf63b authored by Federico G. Schwindt's avatar Federico G. Schwindt

Spelling

parent 6f360c9f
...@@ -730,7 +730,7 @@ varnish_vcl(struct varnish *v, const char *vcl, int fail, char **resp) ...@@ -730,7 +730,7 @@ varnish_vcl(struct varnish *v, const char *vcl, int fail, char **resp)
if (u == CLIS_OK && fail) { if (u == CLIS_OK && fail) {
VSB_destroy(&vsb); VSB_destroy(&vsb);
vtc_log(v->vl, 0, vtc_log(v->vl, 0,
"VCL compilation successed expected failure"); "VCL compilation succeeded expected failure");
return; return;
} else if (u == CLIS_OK) { } else if (u == CLIS_OK) {
VSB_clear(vsb); VSB_clear(vsb);
......
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