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;
 	}