--- config.c +++ config.c @@ -580,7 +580,7 @@ */ tok = get_token(numstr, MAX_STRING); if (tok != TOK_EQUAL) { - config_error(L"Option %s expects an equal signal + value", p->name); + config_error(L"Option %s expects an equal sign + value", p->name); return -1; } @@ -673,7 +673,7 @@ */ tok = get_token(str, maxlen); if (tok != TOK_EQUAL) { - config_error(L"Option %s expects an equal signal + %s", p->name, msg); + config_error(L"Option %s expects an equal sign + %s", p->name, msg); return -1; }