From e42c3f382a08d805b252a2ec265328984b0b7599 Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Fri, 4 Dec 2009 09:21:33 +0000 Subject: [PATCH] Typo. Fix #50379 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291696 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/inheritance.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/oop5/inheritance.xml b/language/oop5/inheritance.xml index 74f83d0bfd..c0b4d3c6fa 100644 --- a/language/oop5/inheritance.xml +++ b/language/oop5/inheritance.xml @@ -3,7 +3,7 @@ Object Inheritance - Inheritance is a well-esablished programming principle, and PHP makes use + Inheritance is a well-established programming principle, and PHP makes use of this principle in its object model. This principle will affect the way many classes and objects relate to one another.