]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: filters: Typo in an error message
authorChristopher Faulet <cfaulet@qualys.com>
Mon, 4 Apr 2016 08:51:17 +0000 (10:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 21 Apr 2016 04:59:05 +0000 (06:59 +0200)
src/filters.c

index a8efaa1817dce1a19e90bf70e97f4e9e1c18b0ed..c277c12b86fe7e5b5dea78928b6956f03b2ec1f3 100644 (file)
@@ -177,7 +177,7 @@ parse_filter(char **args, int section_type, struct proxy *curpx,
 
        /* 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;
        }