]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: config: fix typo inteface => interface
authorWilly Tarreau <w@1wt.eu>
Tue, 25 Sep 2012 14:31:00 +0000 (16:31 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 25 Sep 2012 14:31:00 +0000 (16:31 +0200)
This was in an error message.

src/cfgparse.c

index cd3a559d1d0726b1d3b480d3039d691a2af80c7a..8a04499cb2dd245b04526ab4c7997d0f5a9094ac 100644 (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;
                }