[PHP-DOC] cvs: phpdoc /en/language oop.xml From: Friedhelm Betz (holliwell <email protected>)
Date: 09/15/02

betz Sun Sep 15 11:46:44 2002 EDT

  Modified files:
    /phpdoc/en/language oop.xml
  Log:
  typo fix
  
  
Index: phpdoc/en/language/oop.xml
diff -u phpdoc/en/language/oop.xml:1.36 phpdoc/en/language/oop.xml:1.37
--- phpdoc/en/language/oop.xml:1.36 Mon Jun 10 06:51:57 2002
+++ phpdoc/en/language/oop.xml Sun Sep 15 11:46:44 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.36 $ -->
+<!-- $Revision: 1.37 $ -->
  <chapter id="language.oop">
   <title>Classes and Objects</title>
 
@@ -571,7 +571,7 @@
    code, you should be using the special name
    <literal>parent</literal>, which refers to the name of your
    base class as given in the <literal>extends</literal>
- declation of your class. By doing this, you avoid using the
+ declaration of your class. By doing this, you avoid using the
    name of your base class in more than one place. Should
    your inheritance tree change during implementation, the
    change is easily made by simply changing the

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php