[PATCH] Fix typo in esi diagnostic

Jos I. Boumans jos at dwim.org
Thu Aug 20 20:12:41 CEST 2009


Greetings,

While browsing the source, I came a cross a small typo. Patch below sig.

Cheers,

--

	Jos Boumans

	"Whenever you find you are on the side of the majority,
	it is time to pause and reflect." - Mark Twain

Index: varnish-cache/bin/varnishd/cache_esi.c
===================================================================
--- varnish-cache/bin/varnishd/cache_esi.c      (revision 4207)
+++ varnish-cache/bin/varnishd/cache_esi.c      (working copy)
@@ -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-dev mailing list