slawek          Tue Apr  9 02:03:58 2002 EDT

  Modified files:              
    /phpdoc/en/functions        classobj.xml 
  Log:
  Typos
  
  
Index: phpdoc/en/functions/classobj.xml
diff -u phpdoc/en/functions/classobj.xml:1.37 phpdoc/en/functions/classobj.xml:1.38
--- phpdoc/en/functions/classobj.xml:1.37       Fri Mar 15 07:29:24 2002
+++ phpdoc/en/functions/classobj.xml    Tue Apr  9 02:03:57 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.37 $ -->
+<!-- $Revision: 1.38 $ -->
  <reference id="ref.classobj">
   <title>Class/Object Functions</title>
   <titleabbrev>Classes/Objects</titleabbrev>
@@ -194,7 +194,7 @@
      </para>
     </warning>
     <para>
-     Calls a the method referred by <parameter>method_name</parameter> from
+     Calls the method referred by <parameter>method_name</parameter> from
      the user defined <parameter>obj</parameter> object. An example of usage
      is below, where we define a class, instantiate an object and use
      <function>call_user_method</function> to call indirectly its
@@ -261,7 +261,7 @@
      </para>
     </warning>
     <para>
-     Calls a the method referred by <parameter>method_name</parameter> from
+     Calls the method referred by <parameter>method_name</parameter> from
      the user defined <parameter>obj</parameter> object, using the parameters
      in <parameter>paramarr</parameter>.
     </para>


Reply via email to