Fixing typo in ClassRegistry Doc block. Closes #5274

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7471 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
mark_story 2008-08-15 17:11:54 +00:00
parent a53a08574d
commit d6f5d9782c

View file

@ -305,7 +305,7 @@ class ClassRegistry {
}
}
/**
* Get all keys from the map in the regisrty.
* Get all keys from the map in the registry.
*
* @return array Keys of registry's map
* @access public