X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.c;h=d73b4a99cba096cd335bf708a40e250a2e772989;hp=7357c9ee56e01bde81ecd3aae6b36bf8831ed16b;hb=2c4bb864aa69ff3c48350db30785dc2245278db6;hpb=960ae61d1bce3289d3a79290a3d0c583620c2414 diff --git a/jcc.c b/jcc.c index 7357c9ee..d73b4a99 100644 --- a/jcc.c +++ b/jcc.c @@ -1860,7 +1860,7 @@ static jb_err receive_client_request(struct client_state *csp) * elsewhere failed or Privoxy is configured * to only accept proxy requests. * - * An error response has already been send + * An error response has already been sent * and we're done here. */ return JB_ERR_PARSE; @@ -6189,7 +6189,7 @@ static void listen_loop(void) #ifdef FEATURE_GRACEFUL_TERMINATION - log_error(LOG_LEVEL_INFO, "Graceful termination requested"); + log_error(LOG_LEVEL_INFO, "Graceful termination requested."); unload_current_config_file(); unload_current_actions_file();