diff options
Diffstat (limited to 'framework/Web/UI/TTemplateControl.php')
-rw-r--r-- | framework/Web/UI/TTemplateControl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/TTemplateControl.php b/framework/Web/UI/TTemplateControl.php index c8ccaea8..0ebe933e 100644 --- a/framework/Web/UI/TTemplateControl.php +++ b/framework/Web/UI/TTemplateControl.php @@ -124,7 +124,7 @@ class TTemplateControl extends TCompositeControl /**
* Creates child controls.
- * This method is overriden to load and instantiate control template.
+ * This method is overridden to load and instantiate control template.
* This method should only be used by framework and control developers.
*/
public function createChildControls()
|