]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
spellcheck
authorJeff Trawick <trawick@apache.org>
Thu, 9 Sep 2004 15:54:50 +0000 (15:54 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 9 Sep 2004 15:54:50 +0000 (15:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105049 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_util.c

index 913116e2fcfa46b8694c973b1b23635446252ce1..85bd565e6d311448690ff87ecadd993a747f8d4c 100644 (file)
@@ -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)