diff --git a/lib/Cake/Model/Model.php b/lib/Cake/Model/Model.php index bb4a44ce1..3a698101b 100644 --- a/lib/Cake/Model/Model.php +++ b/lib/Cake/Model/Model.php @@ -757,7 +757,7 @@ class Model extends Object implements CakeEventListener { /** * Returns a list of all events that will fire in the model during it's lifecycle. - * You can override this function to add you own listener callbacks + * You can override this function to add your own listener callbacks * * @return array */