commit | cc7317d11e68e4335d831dddc2c6cda0ac425d5d | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@qualys.com> | Mon Apr 04 10:51:17 2016 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Apr 21 06:59:05 2016 +0200 |
tree | 95cde9b186cf955c41614fc16f4a3e4b8b42a4b6 | |
parent | b3f4e149324b2704ffb1e9890a5fd45f2fa5b460 [diff] |
MINOR: filters: Typo in an error message
diff --git a/src/filters.c b/src/filters.c index a8efaa1..c277c12 100644 --- a/src/filters.c +++ b/src/filters.c
@@ -177,7 +177,7 @@ /* Filter cannot be defined on a default proxy */ if (curpx == defpx) { - memprintf(err, "parsing [%s:%d] : %s is only allowed in a 'default' section.", + memprintf(err, "parsing [%s:%d] : %s is not allowed in a 'default' section.", file, line, args[0]); return -1; }