From 0ed77b3fe029cff9d9abb165a5dfd7d4843bd68c Mon Sep 17 00:00:00 2001 From: antograssiot Date: Sun, 30 Aug 2015 00:19:41 +0200 Subject: [PATCH] correct typos --- src/Database/Expression/QueryExpression.php | 2 +- src/Database/README.md | 2 +- src/I18n/README.md | 2 +- src/View/Helper/FormHelper.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Database/Expression/QueryExpression.php b/src/Database/Expression/QueryExpression.php index 58d83643d3d..885f4b52d43 100644 --- a/src/Database/Expression/QueryExpression.php +++ b/src/Database/Expression/QueryExpression.php @@ -478,7 +478,7 @@ public function iterateParts(callable $callable) * Helps calling the `and()` and `or()` methods transparently. * * @param string $method The method name. - * @param array $args The argumemts to pass to the method. + * @param array $args The arguments to pass to the method. * @return \Cake\Database\Expression\QueryExpression * @throws \BadMethodCallException */ diff --git a/src/Database/README.md b/src/Database/README.md index 28452ddfbae..6c1c2f94524 100644 --- a/src/Database/README.md +++ b/src/Database/README.md @@ -21,7 +21,7 @@ convert them back when retrieving. This library is able to work with the following databases: * MySQL -* Postges +* Postgres * SQLite * Microsoft SQL Server (2008 and above) diff --git a/src/I18n/README.md b/src/I18n/README.md index 16924788174..7f478ec5055 100644 --- a/src/I18n/README.md +++ b/src/I18n/README.md @@ -4,7 +4,7 @@ The I18n library provides a `I18n` service locator that can be used for setting the current locale, building translation bundles and translating messages. Additionally, it provides the `Time` and `Number` classes which can be used to -ouput dates, currencies and any numbers in the right format for the specified locale. +output dates, currencies and any numbers in the right format for the specified locale. ## Usage diff --git a/src/View/Helper/FormHelper.php b/src/View/Helper/FormHelper.php index a07242415fc..754e72849df 100644 --- a/src/View/Helper/FormHelper.php +++ b/src/View/Helper/FormHelper.php @@ -511,7 +511,7 @@ protected function _csrfField() * Closes an HTML form, cleans up values set by FormHelper::create(), and writes hidden * input fields where appropriate. * - * @param array $secureAttributes Secure attibutes which will be passed as HTML attributes + * @param array $secureAttributes Secure attributes which will be passed as HTML attributes * into the hidden input elements generated for the Security Component. * @return string A closing FORM tag. * @link http://book.cakephp.org/3.0/en/views/helpers/form.html#closing-the-form