CLEANUP: config: fix typo inteface => interface

This was in an error message.
This commit is contained in:
Willy Tarreau 2012-09-25 16:31:00 +02:00
parent dda5e7c986
commit 3631d41778

View File

@ -4848,7 +4848,7 @@ stats_error_parsing:
continue;
}
Alert("parsing [%s:%d] : '%s' only supports optional keywords '%s' and '%s'.\n",
file, linenum, args[0], "inteface", "usesrc");
file, linenum, args[0], "interface", "usesrc");
err_code |= ERR_ALERT | ERR_FATAL;
goto out;
}