mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-09 00:32:33 -04:00
CLEANUP: config: fix typo inteface => interface
This was in an error message.
This commit is contained in:
parent
dda5e7c986
commit
3631d41778
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue