mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-01 01:32:04 +00:00
CLEANUP: cfgparse: Very minor spelling correction
'optionnally' changed to 'optionally'
This commit is contained in:
parent
1458fdbe97
commit
71c432e937
@ -2739,7 +2739,7 @@ int cfg_parse_listen(const char *file, int linenum, char **args, int kwm)
|
||||
if (rc != PR_CAP_NONE) { /* new proxy */
|
||||
if (!*args[1]) {
|
||||
Alert("parsing [%s:%d] : '%s' expects an <id> argument and\n"
|
||||
" optionnally supports [addr1]:port1[-end1]{,[addr]:port[-end]}...\n",
|
||||
" optionally supports [addr1]:port1[-end1]{,[addr]:port[-end]}...\n",
|
||||
file, linenum, args[0]);
|
||||
err_code |= ERR_ALERT | ERR_ABORT;
|
||||
goto out;
|
||||
|
Loading…
Reference in New Issue
Block a user