From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 6 Aug 2020 08:44:08 +0000 (+0200)
Subject: Fix typo in error message
X-Git-Tag: v_3_0_29~235
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/user-manual/static/@default-cgi@toggle?a=commitdiff_plain;h=6a81c82b1d5bb6251bfc097586b942c4a8d0b939;p=privoxy.git

Fix typo in error message

Sponsored by: Robert Klemme
---

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