r4242 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Thu Sep 24 16:22:21 CEST 2009


Author: phk
Date: 2009-09-24 16:22:21 +0200 (Thu, 24 Sep 2009)
New Revision: 4242

Modified:
   trunk/varnish-cache/bin/varnishd/cache_esi.c
Log:
Fix a typo.

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


Modified: trunk/varnish-cache/bin/varnishd/cache_esi.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_esi.c	2009-09-24 14:21:54 UTC (rev 4241)
+++ trunk/varnish-cache/bin/varnishd/cache_esi.c	2009-09-24 14:22:21 UTC (rev 4242)
@@ -370,7 +370,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