diff --git a/app/Config/database.php.default b/app/Config/database.php.default index 684fecdf9..47613acf1 100644 --- a/app/Config/database.php.default +++ b/app/Config/database.php.default @@ -2,7 +2,7 @@ /** * This is core configuration file. * - * Use it to configure core behaviour of Cake. + * Use it to configure core behaviour of CakePHP. * * PHP 5 * diff --git a/app/Config/email.php.default b/app/Config/email.php.default index a2d355e47..717a45860 100644 --- a/app/Config/email.php.default +++ b/app/Config/email.php.default @@ -2,7 +2,7 @@ /** * This is email configuration file. * - * Use it to configure email transports of Cake. + * Use it to configure email transports of CakePHP. * * PHP 5 * diff --git a/app/Model/AppModel.php b/app/Model/AppModel.php index c47d72922..5b79d2a04 100644 --- a/app/Model/AppModel.php +++ b/app/Model/AppModel.php @@ -1,6 +1,6 @@