fa              Fri Nov 17 16:37:19 2006 UTC

  Modified files:              
    /phpdoc/en/language/oop5    basic.xml 
  Log:
  fixed bug #39518
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/oop5/basic.xml?r1=1.19&r2=1.20&diff_format=u
Index: phpdoc/en/language/oop5/basic.xml
diff -u phpdoc/en/language/oop5/basic.xml:1.19 
phpdoc/en/language/oop5/basic.xml:1.20
--- phpdoc/en/language/oop5/basic.xml:1.19      Fri Sep  8 11:37:31 2006
+++ phpdoc/en/language/oop5/basic.xml   Fri Nov 17 16:37:18 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
 
  <sect1 id="language.oop5.basic">
   <title>The Basics</title>
@@ -195,7 +195,7 @@
     The inherited methods and members can be overridden, unless the parent
     class has defined a method as <link 
linkend="language.oop5.final">final</link>,
     by redeclaring them within the same name defined in the parent class.
-    It is possible to access the overrided method or members by
+    It is possible to access the overridden methods or members by
     referencing them with <link 
linkend="language.oop5.paamayim-nekudotayim">parent::</link>
    </para>
    <example>

Reply via email to