curt            Thu Aug 26 16:21:33 2004 EDT

  Modified files:              
    /phpdoc/en/language/oop5    basic.xml 
  Log:
  Typo
  
  
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/basic.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/language/oop5/basic.xml
diff -u phpdoc/en/language/oop5/basic.xml:1.3 phpdoc/en/language/oop5/basic.xml:1.4
--- phpdoc/en/language/oop5/basic.xml:1.3       Thu Aug 26 13:42:44 2004
+++ phpdoc/en/language/oop5/basic.xml   Thu Aug 26 16:21:33 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 
  <sect1 id="language.oop5.basic">
   <title>The Basics</title>
@@ -9,7 +9,7 @@
    <para>
     Every class definition begins with the keyword class, followed by a class
     name, which can be any name that isn't a <link linkend="reserved">
-    reserverd</link>  word in PHP. Followed  by a pair of curly braces, of
+    reserved</link>  word in PHP. Followed  by a pair of curly braces, of
     which contains the definition of the classes members and methods. Within
     each method, except for <link linkend="language.oop5.static">static</link>
     methods, a pseudo variable <varname>$this</varname> is available.

Reply via email to