mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-11 07:58:32 +00:00
CLEANUP: config: fix typo inteface => interface
This was in an error message.
This commit is contained in:
parent
dda5e7c986
commit
3631d41778
@ -4848,7 +4848,7 @@ stats_error_parsing:
|
||||
continue;
|
||||
}
|
||||
Alert("parsing [%s:%d] : '%s' only supports optional keywords '%s' and '%s'.\n",
|
||||
file, linenum, args[0], "inteface", "usesrc");
|
||||
file, linenum, args[0], "interface", "usesrc");
|
||||
err_code |= ERR_ALERT | ERR_FATAL;
|
||||
goto out;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user