mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
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:
parent
d791603791
commit
411671f76f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue