From: phk Date: Mon, 31 Mar 2008 21:48:16 +0000 (+0000) Subject: spelling fixes X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c630274f2c07de227356ed7831a8c662abd5796;p=varnish spelling fixes git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2615 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_vrt_esi.c b/varnish-cache/bin/varnishd/cache_vrt_esi.c index 101c2cac..35f12d89 100644 --- a/varnish-cache/bin/varnishd/cache_vrt_esi.c +++ b/varnish-cache/bin/varnishd/cache_vrt_esi.c @@ -531,7 +531,7 @@ esi_parse2(struct esi_work *ew) "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 @@ esi_parse2(struct esi_work *ew) 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;