From 0d817e6715f4ac216ea429c2507af08bb43d68fc Mon Sep 17 00:00:00 2001 From: "mdomba (mdlap)" Date: Sun, 13 Nov 2011 15:36:56 +0100 Subject: [PATCH] typo fix --- framework/base/Model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/base/Model.php b/framework/base/Model.php index 4b58b22..f90b044 100644 --- a/framework/base/Model.php +++ b/framework/base/Model.php @@ -53,7 +53,7 @@ class Model extends Component implements Initable, \IteratorAggregate, \ArrayAcc * Initializes this model. * * This method is required by the [[Initable]] interface. It is invoked by [[\Yii::create]] - * after its creates the new model instance and initializes the model properties. + * after it creates the new model instance and initializes the model properties. * * The default implementation calls [[behaviors]] and registers any available behaviors. * You may override this method with additional initialization logic (e.g. establish DB connection).