]> err.no Git - varnish/commitdiff
spelling fixes
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 31 Mar 2008 21:48:16 +0000 (21:48 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 31 Mar 2008 21:48:16 +0000 (21:48 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2615 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_vrt_esi.c

index 101c2cac9b9715bbe3e3446470644d07ba9e65df..35f12d8958dac7d8bde276c95d0eaff9277213bf 100644 (file)
@@ -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;