From a4c05ecba865f2db1a4c5e95bcd3e36af096dba4 Mon Sep 17 00:00:00 2001 From: DarkAngelBGE Date: Thu, 26 Jun 2008 10:07:46 +0000 Subject: [PATCH] small typo fix in routes.php git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7264 3807eeeb-6ff5-0310-8944-8be069107fe0 --- app/config/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/routes.php b/app/config/routes.php index 13f4a747e..8f2881f7f 100644 --- a/app/config/routes.php +++ b/app/config/routes.php @@ -39,7 +39,7 @@ */ Router::connect('/pages/*', array('controller' => 'pages', 'action' => 'display')); /** - * Then we connect url '/test' to our test controller. This is helpfull in + * Then we connect url '/test' to our test controller. This is helpful in * developement. */ Router::connect('/tests', array('controller' => 'tests', 'action' => 'index'));