8000 merged branch pborreli/last-day-typo (PR #1845) · Modder/symfony@bcf5ceb · GitHub
[go: up one dir, main page]

Skip to content

Commit bcf5ceb

Browse files
committed
merged branch pborreli/last-day-typo (PR symfony#1845)
Commits ------- de5374e [Various] Typos Discussion ---------- [Various] Typos
2 parents ddfb78a + de5374e commit bcf5ceb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fr.xliff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</trans-unit>
5757
<trans-unit id="14">
5858
<source>The file could not be found</source>
59-
<target>Le fichier n'as pas été trouvé</target>
59+
<target>Le fichier n'a pas été trouvé</target>
6060
</trans-unit>
6161
<trans-unit id="15">
6262
<source>The file is not readable</source>

src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function buildForm(FormBuilder $builder, array $options)
7272
// user did not made a decision, so we put a blank empty value
7373
$emptyValue = $options['required'] ? null : '';
7474
} else {
75-
// empty value has been set explicitely
75+
// empty value has been set explicitly
7676
$emptyValue = $options['empty_value'];
7777
}
7878

src/Symfony/Component/HttpFoundation/SessionStorage/NativeSessionStorage.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ class NativeSessionStorage implements SessionStorageInterface
2828
/**
2929
* Available options:
3030
*
31-
* * name: The cookie name (null [ommited] by default)
32-
* * id: The session id (null [ommited] by default)
31+
* * name: The cookie name (null [omitted] by default)
32+
* * id: The session id (null [omitted] by default)
3333
* * lifetime: Cookie lifetime
3434
* * path: Cookie path
3535
* * domain: Cookie domain

0 commit comments

Comments
 (0)
0