10000 [Various] Typos by pborreli · Pull Request #1845 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Various] Typos #1845

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 28, 2011
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'];
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
0