Skip to content

Commit

Permalink
(Fixes issue #717) doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomba committed May 16, 2012
1 parent d2a4cb8 commit 3e971ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/base/CModelEvent.php
Expand Up @@ -30,7 +30,7 @@ class CModelEvent extends CEvent
*/
public $isValid=true;
/**
* @var CDbCrireria the query criteria that is passed as a parameter to a find method of {@link CActiveRecord}.
* @var CDbCriteria the query criteria that is passed as a parameter to a find method of {@link CActiveRecord}.
* Note that this property is only used by {@link CActiveRecord::onBeforeFind} event.
* This property could be null.
* @since 1.1.5
Expand Down

0 comments on commit 3e971ed

Please sign in to comment.