Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Oct 26, 2013
1 parent 264c907 commit 28ce867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cake/ORM/Entity.php
Expand Up @@ -61,7 +61,7 @@ class Entity implements \ArrayAccess, \JsonSerializable {
*
* @var boolean
*/
protected $_persited = null;
protected $_persisted = null;

/**
* Initializes the internal properties of this entity out of the
Expand Down

0 comments on commit 28ce867

Please sign in to comment.