tony2001 Fri Mar 23 14:31:12 2007 UTC
Modified files:
/phpdoc/en/language/oop5 overloading.xml
Log:
fix typo
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/oop5/overloading.xml?r1=1.16&r2=1.17&diff_format=u
Index: phpdoc/en/language/oop5/overloading.xml
diff -u phpdoc/en/language/oop5/overloading.xml:1.16
phpdoc/en/language/oop5/overloading.xml:1.17
--- phpdoc/en/language/oop5/overloading.xml:1.16 Fri Mar 23 14:24:42 2007
+++ phpdoc/en/language/oop5/overloading.xml Fri Mar 23 14:31:12 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
<sect1 id="language.oop5.overloading">
<title>Overloading</title>
@@ -17,7 +17,7 @@
Since PHP 5.1.0 it is also possible to overload the
<function>isset</function> and <function>unset</function> functions via the
__isset and __unset methods respectively.
- Method __isset is called also with <function>empy</function>.
+ Method __isset is called also with <function>empty</function>.
</para>
<sect2 id="language.oop5.overloading.members">