tony2001 Wed Apr 18 12:15:59 2007 UTC
Modified files:
/phpdoc/en/language/oop5 basic.xml
Log:
fix typo
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/oop5/basic.xml?r1=1.20&r2=1.21&diff_format=u
Index: phpdoc/en/language/oop5/basic.xml
diff -u phpdoc/en/language/oop5/basic.xml:1.20
phpdoc/en/language/oop5/basic.xml:1.21
--- phpdoc/en/language/oop5/basic.xml:1.20 Fri Nov 17 16:37:18 2006
+++ phpdoc/en/language/oop5/basic.xml Wed Apr 18 12:15:59 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
<sect1 id="language.oop5.basic">
<title>The Basics</title>
@@ -199,7 +199,7 @@
referencing them with <link
linkend="language.oop5.paamayim-nekudotayim">parent::</link>
</para>
<example>
- <title>Simple Class Inherintance</title>
+ <title>Simple Class Inheritance</title>
<programlisting role="php">
<![CDATA[
<?php