From fb98907d2de619e2b2a5e4edb531ae5e33f6ab37 Mon Sep 17 00:00:00 2001 From: Zheng SHAO Date: Sat, 17 Dec 2016 20:26:09 +0900 Subject: [PATCH] typo fixed --- sapi/apache2handler/sapi_apache2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/apache2handler/sapi_apache2.c b/sapi/apache2handler/sapi_apache2.c index 718e01f7adb73..1a4f36fa9ed31 100644 --- a/sapi/apache2handler/sapi_apache2.c +++ b/sapi/apache2handler/sapi_apache2.c @@ -666,7 +666,7 @@ zend_first_try { } if (SG(request_info).content_length > SG(read_post_bytes)) { - ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "attemp to read POST data error: %d", SG(sapi_headers).http_response_code); + ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "Error while attempting to read POST data: %d", SG(sapi_headers).http_response_code); apr_brigade_cleanup(brigade); PHPAP_INI_OFF; return SG(sapi_headers).http_response_code;