From: Jeff Trawick Date: Thu, 9 Sep 2004 15:54:50 +0000 (+0000) Subject: spellcheck X-Git-Tag: 2.1.1~322 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f4e3c887266058680cb2b82a485b325a3877742;p=thirdparty%2Fapache%2Fhttpd.git spellcheck git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105049 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index 913116e2fcf..85bd565e6d3 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -1592,7 +1592,7 @@ PROXY_DECLARE(int) ap_proxy_release_connection(const char *proxy_function, server_rec *s) { ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, - "proxy: %s: has relesed connection for (%s)", + "proxy: %s: has released connection for (%s)", proxy_function, conn->worker->hostname); /* If there is a connection kill it's cleanup */ if (conn->connection)