[master] 86dcf63 Spelling

Federico G. Schwindt fgsch at lodoss.net
Fri Sep 9 21:25:12 CEST 2016


commit 86dcf63bd9945446d92675f131124381d1e3a2f4
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Fri Sep 9 20:20:20 2016 +0100

    Spelling

diff --git a/bin/varnishtest/vtc_varnish.c b/bin/varnishtest/vtc_varnish.c
index c0e9270..ef01e96 100644
--- a/bin/varnishtest/vtc_varnish.c
+++ b/bin/varnishtest/vtc_varnish.c
@@ -730,7 +730,7 @@ varnish_vcl(struct varnish *v, const char *vcl, int fail, char **resp)
 	if (u == CLIS_OK && fail) {
 		VSB_destroy(&vsb);
 		vtc_log(v->vl, 0,
-		    "VCL compilation successed expected failure");
+		    "VCL compilation succeeded expected failure");
 		return;
 	} else if (u == CLIS_OK) {
 		VSB_clear(vsb);



More information about the varnish-commit mailing list