From de5374ebac9ddb3884e0f46d13c8ff1d78ef905a Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Thu, 28 Jul 2011 10:28:20 +0200 Subject: [PATCH] [Various] Typos --- .../Resources/translations/validators.fr.xliff | 2 +- src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php | 2 +- .../HttpFoundation/SessionStorage/NativeSessionStorage.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fr.xliff b/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fr.xliff index 06ff7a4792711..397ac1bd3be26 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fr.xliff +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fr.xliff @@ -56,7 +56,7 @@ The file could not be found - Le fichier n'as pas été trouvé + Le fichier n'a pas été trouvé The file is not readable diff --git a/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php b/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php index aad16f28739f7..629e4e659f1eb 100644 --- a/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php +++ b/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php @@ -72,7 +72,7 @@ public function buildForm(FormBuilder $builder, array $options) // user did not made a decision, so we put a blank empty value $emptyValue = $options['required'] ? null : ''; } else { - // empty value has been set explicitely + // empty value has been set explicitly $emptyValue = $options['empty_value']; } diff --git a/src/Symfony/Component/HttpFoundation/SessionStorage/NativeSessionStorage.php b/src/Symfony/Component/HttpFoundation/SessionStorage/NativeSessionStorage.php index f17dc48b7b026..b759f7411a0a4 100644 --- a/src/Symfony/Component/HttpFoundation/SessionStorage/NativeSessionStorage.php +++ b/src/Symfony/Component/HttpFoundation/SessionStorage/NativeSessionStorage.php @@ -28,8 +28,8 @@ class NativeSessionStorage implements SessionStorageInterface /** * Available options: * - * * name: The cookie name (null [ommited] by default) - * * id: The session id (null [ommited] by default) + * * name: The cookie name (null [omitted] by default) + * * id: The session id (null [omitted] by default) * * lifetime: Cookie lifetime * * path: Cookie path * * domain: Cookie domain