From db9425f49535b5b4ddd51e864ac4ebd8b78e10d5 Mon Sep 17 00:00:00 2001 From: Mladen Turk Date: Thu, 9 Sep 2004 19:55:24 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105054 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/ajp_link.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/proxy/ajp_link.c b/modules/proxy/ajp_link.c index 5314be7ab6..21701da9ef 100644 --- a/modules/proxy/ajp_link.c +++ b/modules/proxy/ajp_link.c @@ -118,7 +118,7 @@ apr_status_t ajp_ilink_receive(apr_socket_t *sock, ajp_msg_t *msg) if (status != APR_SUCCESS) { ap_log_error(APLOG_MARK, APLOG_ERR, status, NULL, - "ajp_ilink_receive() error while receiving message body %of length %d\n", + "ajp_ilink_receive() error while receiving message body of length %d\n", hlen); return AJP_EBAD_MESSAGE; } -- 2.40.0