From: Willy Tarreau Date: Tue, 25 Sep 2012 14:31:00 +0000 (+0200) Subject: CLEANUP: config: fix typo inteface => interface X-Git-Tag: v1.5-dev13~261 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3631d4177884107788e20da6e340812737c4c857;p=thirdparty%2Fhaproxy.git CLEANUP: config: fix typo inteface => interface This was in an error message. --- 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; }