didou Fri Aug 13 08:02:15 2004 EDT
Modified files:
/phpdoc/en/language/oop5 abstract.xml
Log:
fix #29644 : typo
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/abstract.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/language/oop5/abstract.xml
diff -u phpdoc/en/language/oop5/abstract.xml:1.5
phpdoc/en/language/oop5/abstract.xml:1.6
--- phpdoc/en/language/oop5/abstract.xml:1.5 Tue Aug 10 09:01:08 2004
+++ phpdoc/en/language/oop5/abstract.xml Fri Aug 13 08:02:15 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<sect1 id="language.oop5.abstract">
<title>Object Abstraction</title>
@@ -14,7 +14,7 @@
<para>
The class that implements the abstract method must define with the same
<link linkend="language.oop5.visibility">visibillity</link> or weaker. If the
- abstract method is defined as protected, the function implenetation must be
+ abstract method is defined as protected, the function implementation must be
defined as either protected or public.
</para>