Correcting typo in package doc tag

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7293 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2008-06-27 07:23:27 +00:00
parent 2bf3a0b08f
commit 558c93a46e

View file

@ -29,7 +29,7 @@ App::import('Model', 'ConnectionManager');
* Base Class for Schema management
*
* @package cake
* @subpackage ccake.cake.libs.model
* @subpackage cake.cake.libs.model
*/
class CakeSchema extends Object {
/**