Commit 0845b843 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Merge r4242: Fix a typo.

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



git-svn-id: http://www.varnish-cache.org/svn/branches/2.0@4320 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent ccb035af
......@@ -369,7 +369,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