From c3a72002383cb3de9bdcff09214bb757b2bc5e46 Mon Sep 17 00:00:00 2001 From: knut <> Date: Wed, 30 May 2007 23:27:00 +0000 Subject: fixing small typos in the API documentation --- framework/TComponent.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/TComponent.php') diff --git a/framework/TComponent.php b/framework/TComponent.php index 79732290..edf72af6 100644 --- a/framework/TComponent.php +++ b/framework/TComponent.php @@ -431,7 +431,7 @@ class TComponent * When this method is invoked, the component's properties have been initialized. * The default implementation of this method will invoke * the potential parent component's {@link addParsedObject}. - * This method can be overriden. + * This method can be overridden. * @param TComponent potential parent of this control * @see addParsedObject */ @@ -443,7 +443,7 @@ class TComponent /** * Processes an object that is created during parsing template. * The object can be either a component or a static text string. - * This method can be overriden to customize the handling of newly created objects in template. + * This method can be overridden to customize the handling of newly created objects in template. * Only framework developers and control developers should use this method. * @param string|TComponent text string or component parsed and instantiated in template * @see createdOnTemplate -- cgit v1.2.3