From: Fabian Keil <fk@fabiankeil.de>
Date: Wed, 17 Oct 2012 18:13:26 +0000 (+0000)
Subject: Fix grammar in an error message in remember_connection()
X-Git-Tag: v_3_0_20~249
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/user-manual/static/@default-cgi@send-stylesheet?a=commitdiff_plain;h=3434bacee1503d087fba0483b370953aa5b10811;p=privoxy.git

Fix grammar in an error message in remember_connection()
---

diff --git a/gateway.c b/gateway.c
index ac13c232..9ed7e726 100644
--- a/gateway.c
+++ b/gateway.c
@@ -1,4 +1,4 @@
-const char gateway_rcs[] = "$Id: gateway.c,v 1.88 2012/10/17 18:11:19 fabiankeil Exp $";
+const char gateway_rcs[] = "$Id: gateway.c,v 1.89 2012/10/17 18:11:40 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/gateway.c,v $
@@ -212,7 +212,7 @@ void remember_connection(const struct reusable_connection *connection)
    if (!free_slot_found)
    {
       log_error(LOG_LEVEL_CONNECT,
-        "No free slots found to remembering socket for %s:%d. Last slot %d.",
+        "No free slots found to remember socket for %s:%d. Last slot %d.",
         connection->host, connection->port, slot);
       privoxy_mutex_unlock(&connection_reuse_mutex);
       close_socket(connection->sfd);