Fixed typo (#15995)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72741 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sander Roobol 2002-03-11 13:05:50 +00:00
parent 3634675e0d
commit 7ba019bbd3

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.19 $ -->
<!-- $Revision: 1.20 $ -->
<appendix id="debugger">
<title>Debugging PHP</title>
@ -57,7 +57,7 @@
</listitem>
</orderedlist>
Now, all warnings, notices etc. will show up on that listener
socket, <emphasis>even if you them turned off with
socket, <emphasis>even if you turned them off with
<function>error_reporting</function></emphasis>.
</para>
</sect1>