Fixing comments

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4675 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
dho 2007-03-25 16:39:26 +00:00
parent b899bb58b4
commit 0c24af29cb

View file

@ -39,7 +39,7 @@
define ('WEBROOT_DIR', 'webroot');
}
/**
* Path to the application's directory.
* Path to the cake directory.
*/
define ('CAKE', CORE_PATH.'cake'.DS);
/**
@ -59,7 +59,7 @@
*/
define ('CONTROLLERS', APP.'controllers'.DS);
/**
* Path to the application's controllers directory.
* Path to the application's components directory.
*/
define ('COMPONENTS', CONTROLLERS.'components'.DS);
/**