From ece9691d5a64df4bffc66ec530326850a1ff58c3 Mon Sep 17 00:00:00 2001 From: Bernhard Schussek Date: Fri, 12 Nov 2010 08:25:45 +0100 Subject: [PATCH] [Form] Fixed documentation typo --- src/Symfony/Component/Form/DateField.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Symfony/Component/Form/DateField.php b/src/Symfony/Component/Form/DateField.php index 5d91e11d3b..860db62eea 100644 --- a/src/Symfony/Component/Form/DateField.php +++ b/src/Symfony/Component/Form/DateField.php @@ -273,7 +273,7 @@ class DateField extends HybridField } /** - * Returns whether the year of the field's data is validd + * Returns whether the year of the field's data is valid * * The year is valid if it is contained in the list passed to the field's * option "years". @@ -288,7 +288,7 @@ class DateField extends HybridField } /** - * Returns whether the month of the field's data is validd + * Returns whether the month of the field's data is valid * * The month is valid if it is contained in the list passed to the field's * option "months". @@ -303,7 +303,7 @@ class DateField extends HybridField } /** - * Returns whether the day of the field's data is validd + * Returns whether the day of the field's data is valid * * The day is valid if it is contained in the list passed to the field's * option "days".