Fixed a typo in config.c
This commit is contained in:
parent
8de7a5854a
commit
2a623c6ec3
@ -1814,7 +1814,7 @@ config_truth_value(char *str)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
if (strcasecmp(str, "flase") == 0 || strcasecmp(str, "off") == 0)
|
||||
if (strcasecmp(str, "false") == 0 || strcasecmp(str, "off") == 0)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user