From 3631d4177884107788e20da6e340812737c4c857 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Tue, 25 Sep 2012 16:31:00 +0200 Subject: [PATCH] CLEANUP: config: fix typo inteface => interface This was in an error message. --- src/cfgparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cfgparse.c b/src/cfgparse.c index cd3a559d1d..8a04499cb2 100644 --- a/src/cfgparse.c +++ b/src/cfgparse.c @@ -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; } -- 2.47.3