[PATCH] Fix typo in esi diagnostic

Poul-Henning Kamp phk at phk.freebsd.dk
Thu Sep 24 16:23:08 CEST 2009


Sorry about the delay, your email had gotten sorted into the "later"
mailbox.

It's fixed now, thanks for noticing.

Poul-Henning

In message <591B5DF8-A755-40F2-9677-BE0D3614F6F8 at dwim.org>, "Jos I. Boumans" wr
ites:
>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;
>                 }
>
>
>
>_______________________________________________
>varnish-dev mailing list
>varnish-dev at projects.linpro.no
>http://projects.linpro.no/mailman/listinfo/varnish-dev
>

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.



More information about the varnish-dev mailing list