r4320 - branches/2.0/varnish-cache/bin/varnishd

tfheen at projects.linpro.no tfheen at projects.linpro.no
Thu Oct 8 18:20:46 CEST 2009


Author: tfheen
Date: 2009-10-08 18:20:46 +0200 (Thu, 08 Oct 2009)
New Revision: 4320

Modified:
   branches/2.0/varnish-cache/bin/varnishd/cache_vrt_esi.c
Log:
Merge r4242: Fix a typo.

Submitted by:   "Jos I. Boumans" <jos at dwim.org>



Modified: branches/2.0/varnish-cache/bin/varnishd/cache_vrt_esi.c
===================================================================
--- branches/2.0/varnish-cache/bin/varnishd/cache_vrt_esi.c	2009-10-08 16:18:33 UTC (rev 4319)
+++ branches/2.0/varnish-cache/bin/varnishd/cache_vrt_esi.c	2009-10-08 16:20:46 UTC (rev 4320)
@@ -369,7 +369,7 @@
 			continue;
 		if (Tlen(val) == 0) {
 			esi_error(ew, tag.b, Tlen(tag),
-			    "ESI esi:include src attribute withou value");
+			    "ESI esi:include src attribute without value");
 			continue;
 		}
 



More information about the varnish-commit mailing list