From 411671f76fd2e7d375cc7077c590145053cd2ae4 Mon Sep 17 00:00:00 2001 From: DarkAngelBGE Date: Mon, 8 Sep 2008 16:58:39 +0000 Subject: [PATCH] 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 --- cake/libs/class_registry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/libs/class_registry.php b/cake/libs/class_registry.php index d19c89fe3..d407a38df 100644 --- a/cake/libs/class_registry.php +++ b/cake/libs/class_registry.php @@ -211,7 +211,7 @@ class ClassRegistry { return false; } /** - * Get all keys from the regisrty. + * Get all keys from the registry. * * @return array Set of keys stored in registry * @access public