From 6a81c82b1d5bb6251bfc097586b942c4a8d0b939 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 6 Aug 2020 10:44:08 +0200 Subject: [PATCH 1/1] Fix typo in error message Sponsored by: Robert Klemme --- loaders.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loaders.c b/loaders.c index 20f0888d..fdf17bbb 100644 --- a/loaders.c +++ b/loaders.c @@ -1238,7 +1238,7 @@ int load_one_re_filterfile(struct client_state *csp, int fileid) /* Save the code as "pattern", but do not compile anything. */ if (bl->patterns->first != NULL) { - log_error(LOG_LEVEL_FATAL, "External filter '%s' contains several jobss. " + log_error(LOG_LEVEL_FATAL, "External filter '%s' contains several jobs. " "Did you forget to escape a line break?", bl->name); } -- 2.39.2