- Fix typo (patch by Joseph Tate)

This commit is contained in:
Derick Rethans 2003-01-03 21:30:49 +00:00
parent cd2b0fe706
commit 0127c07e45

View File

@ -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