commit | 3631d4177884107788e20da6e340812737c4c857 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Sep 25 16:31:00 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Sep 25 16:31:00 2012 +0200 |
tree | 3dd05a8a2e96c081d2748c2b873fd8902fb61775 | |
parent | dda5e7c986b12e3e0acf471faa818da03c7ed239 [diff] |
CLEANUP: config: fix typo inteface => interface This was in an error message.
diff --git a/src/cfgparse.c b/src/cfgparse.c index cd3a559d..8a04499 100644 --- a/src/cfgparse.c +++ b/src/cfgparse.c
@@ -4848,7 +4848,7 @@ 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; }