Mailing List Archive

r2615 - trunk/varnish-cache/bin/varnishd
Author: phk
Date: 2008-03-31 23:48:16 +0200 (Mon, 31 Mar 2008)
New Revision: 2615

Modified:
trunk/varnish-cache/bin/varnishd/cache_vrt_esi.c
Log:
spelling fixes


Modified: trunk/varnish-cache/bin/varnishd/cache_vrt_esi.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_vrt_esi.c 2008-03-31 11:49:20 UTC (rev 2614)
+++ trunk/varnish-cache/bin/varnishd/cache_vrt_esi.c 2008-03-31 21:48:16 UTC (rev 2615)
@@ -531,7 +531,7 @@
"ESI 1.0 closing esi:comment illegal");
} else if (q[-1] != '/') {
esi_error(ew, p, 1 + q - p,
- "ESI 1.0 wants emtpy esi:comment");
+ "ESI 1.0 wants empty esi:comment");
}
p = q + 1;
ew->o.b = p;
@@ -546,7 +546,7 @@
ew->o.b = r + 11;
if (q[-1] != '/') {
esi_error(ew, p, 1 + q - p,
- "ESI 1.0 wants emtpy esi:include");
+ "ESI 1.0 wants empty esi:include");
ew->o.e = q;
} else {
ew->o.e = q - 1;