diff --git a/cake/libs/class_registry.php b/cake/libs/class_registry.php index e3733df9e..ceadaf3d4 100644 --- a/cake/libs/class_registry.php +++ b/cake/libs/class_registry.php @@ -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