Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Jun 11, 2014
1 parent 73189ac commit d8b4c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Behavior/TreeBehavior.php
Expand Up @@ -1044,7 +1044,7 @@ protected function _getMin(Model $Model, $scope, $left, $recursive = -1) {
* @param integer $shift Shift by.
* @param string $dir Direction.
* @param array $conditions Conditions.
* @param boolean $created Wheter it's a new record.
* @param boolean $created Whether it's a new record.
* @param string $field Field type.
* @return void
*/
Expand Down

0 comments on commit d8b4c39

Please sign in to comment.