Fixed typos

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66615 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Marco Cucinato 2002-01-01 14:41:44 +00:00
parent 4670474d14
commit e0250e98e1

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.20 $ -->
<!-- $Revision: 1.21 $ -->
<reference id="ref.apache">
<title>Apache-specific Functions</title>
<titleabbrev>Apache</titleabbrev>
@ -240,7 +240,7 @@ while (list ($header, $value) = each ($headers)) {
<function>apache_child_terminate</function> 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.
</para>
</refsect1>