[master] a6b6345 Fix spelling.

Lasse Karstensen lkarsten at varnish-software.com
Thu Oct 23 16:05:32 CEST 2014


commit a6b63457d3c0db395f13076678ec1f9d90d3de0a
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Thu Oct 23 14:42:58 2014 +0200

    Fix spelling.

diff --git a/bin/varnishd/cache/cache_fetch.c b/bin/varnishd/cache/cache_fetch.c
index 1bf0934..ceaf931 100644
--- a/bin/varnishd/cache/cache_fetch.c
+++ b/bin/varnishd/cache/cache_fetch.c
@@ -455,7 +455,7 @@ vbf_fetch_body_helper(struct busyobj *bo)
 	do {
 		if (bo->abandon) {
 			/*
-			 * A pass object and delivery was terminted
+			 * A pass object and delivery was terminated
 			 * We don't fail the fetch, in order for hit-for-pass
 			 * objects to be created.
 			 */
@@ -490,7 +490,7 @@ vbf_fetch_body_helper(struct busyobj *bo)
 
 	if (vfps == VFP_ERROR) {
 		AN(vfc->failed);
-		(void)VFP_Error(vfc, "Fetch Pipeline failed to process");
+		(void)VFP_Error(vfc, "Fetch pipeline failed to process");
 		bo->doclose = SC_RX_BODY;
 	}
 
@@ -575,7 +575,7 @@ vbf_stp_fetch(struct worker *wrk, struct busyobj *bo)
 		bo->do_stream = 0;
 
 	if (VFP_Open(bo->vfc)) {
-		(void)VFP_Error(bo->vfc, "Fetch Pipeline failed to open");
+		(void)VFP_Error(bo->vfc, "Fetch pipeline failed to open");
 		bo->doclose = SC_RX_BODY;
 		VDI_Finish(bo->director_resp, bo->wrk, bo);
 		return (F_STP_ERROR);



More information about the varnish-commit mailing list