From e0250e98e1d676a370024aaf314932577945de1d Mon Sep 17 00:00:00 2001 From: Marco Cucinato Date: Tue, 1 Jan 2002 14:41:44 +0000 Subject: [PATCH] Fixed typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66615 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/apache.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/apache.xml b/functions/apache.xml index 1160310ca0..6fa062c621 100644 --- a/functions/apache.xml +++ b/functions/apache.xml @@ -1,5 +1,5 @@ - + Apache-specific Functions Apache @@ -240,7 +240,7 @@ while (list ($header, $value) = each ($headers)) { apache_child_terminate will terminate the apache process executing the current PHP request. It may be used to terminate a process after a script with high memory consumption has been run - as memory will usualy only be freed internaly but not given back + as memory will usually only be freed internally but not given back to the operation system.