Skip to content

Commit b34f566

Browse files
committed
Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105054 13f79535-47bb-0310-9956-ffa450edef68
1 parent 22559d7 commit b34f566

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/proxy/ajp_link.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ apr_status_t ajp_ilink_receive(apr_socket_t *sock, ajp_msg_t *msg)
118118

119119
if (status != APR_SUCCESS) {
120120
ap_log_error(APLOG_MARK, APLOG_ERR, status, NULL,
121-
"ajp_ilink_receive() error while receiving message body %of length %d\n",
121+
"ajp_ilink_receive() error while receiving message body of length %d\n",
122122
hlen);
123123
return AJP_EBAD_MESSAGE;
124124
}

0 commit comments

Comments
 (0)