summaryrefslogtreecommitdiff
path: root/sapi/apache2handler/sapi_apache2.c
diff options
context:
space:
mode:
authorZheng SHAO <z-shao@colopl.co.jp>2016-12-17 20:26:09 +0900
committerZheng SHAO <z-shao@colopl.co.jp>2016-12-17 20:26:09 +0900
commitfb98907d2de619e2b2a5e4edb531ae5e33f6ab37 (patch)
tree296ca8670d85622e031499a45ad287d3af267077 /sapi/apache2handler/sapi_apache2.c
parent9b65a10256e244a6d80027c943b163dd1643abe2 (diff)
downloadphp-git-fb98907d2de619e2b2a5e4edb531ae5e33f6ab37.tar.gz
typo fixed
Diffstat (limited to 'sapi/apache2handler/sapi_apache2.c')
-rw-r--r--sapi/apache2handler/sapi_apache2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache2handler/sapi_apache2.c b/sapi/apache2handler/sapi_apache2.c
index 718e01f7ad..1a4f36fa9e 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;