typo fix in doc block in class_registry.php

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7571 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
DarkAngelBGE 2008-09-08 16:58:39 +00:00
parent d791603791
commit 411671f76f

View file

@ -211,7 +211,7 @@ class ClassRegistry {
return false; return false;
} }
/** /**
* Get all keys from the regisrty. * Get all keys from the registry.
* *
* @return array Set of keys stored in registry * @return array Set of keys stored in registry
* @access public * @access public