mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-08 08:07:10 +02:00
CLEANUP: Fix typos in the cfgparse subsystem
Fix typos in the code comments of the cfgpase subsystem.
This commit is contained in:
parent
8dae5b38b8
commit
a14c03ef43
@ -7122,7 +7122,7 @@ int readcfgfile(const char *file)
|
|||||||
line++;
|
line++;
|
||||||
|
|
||||||
|
|
||||||
if (*line == '[') {/* This is the begining if a scope */
|
if (*line == '[') {/* This is the beginning if a scope */
|
||||||
err_code |= cfg_parse_scope(file, linenum, line);
|
err_code |= cfg_parse_scope(file, linenum, line);
|
||||||
goto next_line;
|
goto next_line;
|
||||||
}
|
}
|
||||||
@ -8517,7 +8517,7 @@ int check_config_validity()
|
|||||||
|
|
||||||
}
|
}
|
||||||
/* We have to initialize the server lookup mechanism depending
|
/* We have to initialize the server lookup mechanism depending
|
||||||
* on what LB algorithm was choosen.
|
* on what LB algorithm was chosen.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
curproxy->lbprm.algo &= ~(BE_LB_LKUP | BE_LB_PROP_DYN);
|
curproxy->lbprm.algo &= ~(BE_LB_LKUP | BE_LB_PROP_DYN);
|
||||||
|
Loading…
Reference in New Issue
Block a user