summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2003-01-03 21:30:49 +0000
committerDerick Rethans <derick@php.net>2003-01-03 21:30:49 +0000
commit0127c07e4543e589603aaed75c07e42e02747936 (patch)
tree6e4b514838d01cdf6ae378e0b0ae59e6dd9d3c43 /sapi
parentcd2b0fe706ab9915ba5e60dce3dcdb4cb741c764 (diff)
downloadphp-git-0127c07e4543e589603aaed75c07e42e02747936.tar.gz
- Fix typo (patch by Joseph Tate)
Diffstat (limited to 'sapi')
-rw-r--r--sapi/apache/php_apache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c
index 04610abc63..3b2fd50109 100644
--- a/sapi/apache/php_apache.c
+++ b/sapi/apache/php_apache.c
@@ -120,7 +120,7 @@ PHP_FUNCTION(apache_child_terminate)
ap_child_terminate( ((request_rec *)SG(server_context)) );
RETURN_TRUE;
} else { /* tell them to get lost! */
- php_error_docref(NULL TSRMLS_CC, E_WARNING, "apache.child_terminate is disabled");
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "apache_child_terminate is disabled");
RETURN_FALSE;
}
#else