minor #9873 Fixed typo (pborreli)

This PR was submitted for the 2.2 branch but it was merged into the 2.3 branch instead (closes #9873).

Discussion
----------

Fixed typo

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | N/A
| License       | MIT
| Doc PR        | N/A

Commits
-------

025ae7a Fixed typo
This commit is contained in:
Fabien Potencier 2013-12-28 12:29:52 +01:00
commit 976cdcc364

View File

@ -146,7 +146,7 @@ class PoFileLoader extends ArrayLoader implements LoaderInterface
}
/**
* Save a translation item to the messeages.
* Save a translation item to the messages.
*
* A .po file could contain by error missing plural indexes. We need to
* fix these before saving them.