[master] b34a29d Fix typo, thanks to fgs

Tollef Fog Heen tfheen at varnish-software.com
Wed Dec 4 14:49:35 CET 2013


commit b34a29dc7ea70785075fc65da9f6529f8ed8702d
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Wed Dec 4 14:49:27 2013 +0100

    Fix typo, thanks to fgs

diff --git a/bin/varnishd/cache/cache_fetch.c b/bin/varnishd/cache/cache_fetch.c
index 79449fc..7e1a5e2 100644
--- a/bin/varnishd/cache/cache_fetch.c
+++ b/bin/varnishd/cache/cache_fetch.c
@@ -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);



More information about the varnish-commit mailing list