mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66615 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4670474d14
commit
e0250e98e1
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue