Skip to content

Commit fb98907

Browse files
author
Zheng SHAO
committed
typo fixed
1 parent 9b65a10 commit fb98907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/apache2handler/sapi_apache2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ zend_first_try {
666666
}
667667

668668
if (SG(request_info).content_length > SG(read_post_bytes)) {
669-
ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "attemp to read POST data error: %d", SG(sapi_headers).http_response_code);
669+
ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "Error while attempting to read POST data: %d", SG(sapi_headers).http_response_code);
670670
apr_brigade_cleanup(brigade);
671671
PHPAP_INI_OFF;
672672
return SG(sapi_headers).http_response_code;

0 commit comments

Comments
 (0)