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.