vrana Thu Dec 11 12:15:43 2003 EDT
Modified files:
/phpdoc/en/reference/errorfunc constants.xml ini.xml
Log:
Typos
Index: phpdoc/en/reference/errorfunc/constants.xml
diff -u phpdoc/en/reference/errorfunc/constants.xml:1.10
phpdoc/en/reference/errorfunc/constants.xml:1.11
--- phpdoc/en/reference/errorfunc/constants.xml:1.10 Sun Dec 7 11:04:35 2003
+++ phpdoc/en/reference/errorfunc/constants.xml Thu Dec 11 12:15:43 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<section id="errorfunc.constants">
&reftitle.constants;
&extension.constants.core;
@@ -195,7 +195,7 @@
<entry>
Run-time notices. Enable to have PHP suggest changes
to your code which will ensure the best interoperability
- and forward compatability of your code.
+ and forward compatibility of your code.
</entry>
<entry>PHP 5 only</entry>
</row>
Index: phpdoc/en/reference/errorfunc/ini.xml
diff -u phpdoc/en/reference/errorfunc/ini.xml:1.16
phpdoc/en/reference/errorfunc/ini.xml:1.17
--- phpdoc/en/reference/errorfunc/ini.xml:1.16 Sun Dec 7 11:04:35 2003
+++ phpdoc/en/reference/errorfunc/ini.xml Thu Dec 11 12:15:43 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
<section id="errorfunc.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -129,8 +129,8 @@
<note>
<para>Enabling <constant>E_NOTICE</constant> during development has
some benefits. For debugging purposes: NOTICE messages will warn you
- about possibls bugs in your code. For example, use of unassigned values
- are warned. It is extremely useful to find typos and
+ about possible bugs in your code. For example, use of unassigned values
+ is warned. It is extremely useful to find typos and
to save time for debugging. NOTICE messages will warn you about bad style.
For example, $arr[item] is better to be written as $arr['item'] since
PHP tries to treat "item" as constant. If it is not a constant, PHP assumes