X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=loaders.c;h=fdf17bbb826d0a8615ed3a832dda39aa80499a12;hp=68b4c613206d0456183d14f19456179c6535fbee;hb=6a81c82b1d5bb6251bfc097586b942c4a8d0b939;hpb=245e1cf325bc957df6226c745b7ac3f67a97ea07 diff --git a/loaders.c b/loaders.c index 68b4c613..fdf17bbb 100644 --- a/loaders.c +++ b/loaders.c @@ -1211,7 +1211,7 @@ int load_one_re_filterfile(struct client_state *csp, int fileid) /* * If this is the first filter block, chain it - * to the file_list rather than its (nonexistant) + * to the file_list rather than its (nonexistent) * predecessor */ if (fs->f == NULL) @@ -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); }