Bladeren bron

merged branch pborreli/last-day-typo (PR #1845)

Commits
-------

de5374e [Various] Typos

Discussion
----------

[Various] Typos
Fabien Potencier 14 jaren geleden
bovenliggende
commit
bcf5cebcff

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fr.xliff

@@ -56,7 +56,7 @@
             </trans-unit>
             <trans-unit id="14">
                 <source>The file could not be found</source>
-                <target>Le fichier n'as pas été trouvé</target>
+                <target>Le fichier n'a pas été trouvé</target>
             </trans-unit>
             <trans-unit id="15">
                 <source>The file is not readable</source>

+ 1 - 1
src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php

@@ -72,7 +72,7 @@ class ChoiceType extends AbstractType
             // 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'];
         }
 

+ 2 - 2
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