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

typo.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4463 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 192637a3
......@@ -366,7 +366,7 @@ mgt_vcc_default(const char *b_arg, const char *f_arg, char *vcl, int C_flag)
AN(vcl);
bprintf(buf, "boot (-b %s)", b_arg);
} else {
brintf(buf, "boot (-f %s)", f_arg);
bprintf(buf, "boot (-f %s)", f_arg);
}
vf = mgt_VccCompile(&sb, vcl, C_flag);
......
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