CLEANUP: cfgparse: Very minor spelling correction

'optionnally' changed to 'optionally'
This commit is contained in:
Ian Miell 2015-08-18 19:32:08 +01:00 committed by Willy Tarreau
parent 1458fdbe97
commit 71c432e937

View File

@ -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;