From fab5a6f4d9bbba3ce17da20eff6c25ce0ce299a2 Mon Sep 17 00:00:00 2001 From: euromark Date: Tue, 30 Apr 2013 14:11:50 +0200 Subject: [PATCH] spelling corrections --- lib/Cake/Console/Command/UpgradeShell.php | 4 ++-- lib/Cake/Console/Templates/skel/webroot/index.php | 2 +- lib/Cake/Routing/Route/RedirectRoute.php | 2 +- lib/Cake/Test/Case/Core/AppTest.php | 2 +- lib/Cake/View/Helper/JsHelper.php | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/Cake/Console/Command/UpgradeShell.php b/lib/Cake/Console/Command/UpgradeShell.php index 0ad20f1b0..75dd3a139 100644 --- a/lib/Cake/Console/Command/UpgradeShell.php +++ b/lib/Cake/Console/Command/UpgradeShell.php @@ -632,8 +632,8 @@ class UpgradeShell extends AppShell { /** * Move application php files to where they now should be * - * Find all php files in the folder (honoring recursive) and determine where cake expects the file to be - * If the file is not exactly where cake expects it - move it. + * Find all php files in the folder (honoring recursive) and determine where CakePHP expects the file to be + * If the file is not exactly where CakePHP expects it - move it. * * @param string $path * @param array $options array(recursive, checkFolder) diff --git a/lib/Cake/Console/Templates/skel/webroot/index.php b/lib/Cake/Console/Templates/skel/webroot/index.php index 9913fb9f0..a58a2d00b 100644 --- a/lib/Cake/Console/Templates/skel/webroot/index.php +++ b/lib/Cake/Console/Templates/skel/webroot/index.php @@ -27,7 +27,7 @@ if (!defined('DS')) { } /** - * These defines should only be edited if you have cake installed in + * These defines should only be edited if you have CakePHP installed in * a directory layout other than the way it is distributed. * When using custom settings be sure to use the DS and do not add a trailing DS. */ diff --git a/lib/Cake/Routing/Route/RedirectRoute.php b/lib/Cake/Routing/Route/RedirectRoute.php index 24a6a628e..3dba9b027 100644 --- a/lib/Cake/Routing/Route/RedirectRoute.php +++ b/lib/Cake/Routing/Route/RedirectRoute.php @@ -34,7 +34,7 @@ class RedirectRoute extends CakeRoute { public $response = null; /** - * The location to redirect to. Either a string or a cake array URL. + * The location to redirect to. Either a string or a CakePHP array URL. * * @var mixed */ diff --git a/lib/Cake/Test/Case/Core/AppTest.php b/lib/Cake/Test/Case/Core/AppTest.php index e8d22342b..4c5d71b9f 100644 --- a/lib/Cake/Test/Case/Core/AppTest.php +++ b/lib/Cake/Test/Case/Core/AppTest.php @@ -97,7 +97,7 @@ class AppTest extends CakeTestCase { } /** - * tests that it is possible to set up paths using the cake 1.3 notation for them (models, behaviors, controllers...) + * tests that it is possible to set up paths using the CakePHP 1.3 notation for them (models, behaviors, controllers...) * * @return void */ diff --git a/lib/Cake/View/Helper/JsHelper.php b/lib/Cake/View/Helper/JsHelper.php index d38addc20..76513cbec 100644 --- a/lib/Cake/View/Helper/JsHelper.php +++ b/lib/Cake/View/Helper/JsHelper.php @@ -285,7 +285,7 @@ class JsHelper extends AppHelper { * - `buffer` - Disable the buffering and return a script tag in addition to the link. * * @param string $title Title for the link. - * @param string|array $url Mixed either a string URL or an cake URL array. + * @param string|array $url Mixed either a string URL or a CakePHP URL array. * @param array $options Options for both the HTML element and Js::request() * @return string Completed link. If buffering is disabled a script tag will be returned as well. * @link http://book.cakephp.org/2.0/en/core-libraries/helpers/js.html#JsHelper::link