sander Mon Mar 11 08:05:51 2002 EDT
Modified files:
/phpdoc/en/appendices debugger.xml
Log:
Fixed typo (#15995)
Index: phpdoc/en/appendices/debugger.xml
diff -u phpdoc/en/appendices/debugger.xml:1.19 phpdoc/en/appendices/debugger.xml:1.20
--- phpdoc/en/appendices/debugger.xml:1.19 Fri Feb 1 13:13:16 2002
+++ phpdoc/en/appendices/debugger.xml Mon Mar 11 08:05:50 2002
@@ -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>