Fixing typos

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4263 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
dho 2007-01-06 08:41:48 +00:00
parent b6c1b9718f
commit c7f045c832

View file

@ -476,14 +476,14 @@ class Model extends Overloadable {
/**
* Bind model associations on the fly.
*
* If $permenant is true, association will not be reset
* If $permanent is true, association will not be reset
* to the originals defined in the model
*
* @param array $params
* @param boolean $permenant
* @param boolean $permanent
* @return void
*/
function bind($assoc, $params, $permenant = true) {
function bind($assoc, $params, $permanent = true) {
}
/**