[HttpFoundation] fixed typo

This commit is contained in:
Fabien Potencier 2014-01-28 16:07:56 +01:00
parent 0808ceb1fe
commit 625a4b9650
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\HttpFoundation;
use Symfony\Component\HttpFoundation\File\UploadedFile;
/**
* FileBag is a container for HTTP headers.
* FileBag is a container for uploaded files.
*
* @author Fabien Potencier <fabien@symfony.com>
* @author Bulat Shakirzyanov <mallluhuct@gmail.com>