diff --git a/cake/libs/view/helpers/form.php b/cake/libs/view/helpers/form.php index adf7abb381b..9e0480ee654 100644 --- a/cake/libs/view/helpers/form.php +++ b/cake/libs/view/helpers/form.php @@ -2165,7 +2165,7 @@ function __generateOptions($name, $options = array()) { * * Options * - * - `secure` - boolean whether or not the the field should be added to the security fields. + * - `secure` - boolean whether or not the field should be added to the security fields. * * @param string $field Name of the field to initialize options for. * @param array $options Array of options to append options into.