takagi Sat Mar 3 23:37:06 2007 UTC
Modified files:
/phpdoc/en/appendices migration52.xml
Log:
typo fix.
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/migration52.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/appendices/migration52.xml
diff -u phpdoc/en/appendices/migration52.xml:1.1
phpdoc/en/appendices/migration52.xml:1.2
--- phpdoc/en/appendices/migration52.xml:1.1 Wed Feb 28 06:09:22 2007
+++ phpdoc/en/appendices/migration52.xml Sat Mar 3 23:37:06 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<appendix id="migration52">
<title>Migrating from PHP 5.1.x to PHP 5.2.x</title>
@@ -139,7 +139,7 @@
<function>spl_object_hash</function>.
</simpara>
<simpara>
- Exceptions can not be thrown from from
+ Exceptions can not be thrown from
<function>__toString</function> methods.
</simpara>
<informalexample>