Commit 9556bb4c authored by Lasse Karstensen's avatar Lasse Karstensen

HTTP is an abbreviation

parent 2ebf017d
...@@ -135,7 +135,7 @@ parse_unset(struct vcc *tl) ...@@ -135,7 +135,7 @@ parse_unset(struct vcc *tl)
assert(vp != NULL); assert(vp != NULL);
if (vp->fmt != HEADER) { if (vp->fmt != HEADER) {
VSB_printf(tl->sb, VSB_printf(tl->sb,
"Only http header variables can be unset.\n"); "Only HTTP header variables can be unset.\n");
vcc_ErrWhere(tl, tl->t); vcc_ErrWhere(tl, tl->t);
return; return;
} }
......
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