Commit a48f7a96 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Fix a typo.

Submitted by:	"Jos I. Boumans" <jos@dwim.org>


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4242 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 2d4c9454
......@@ -370,7 +370,7 @@ esi_handle_include(struct esi_work *ew)
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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment