[FrameworkBundle] minor: fix typo in SessionTest

This commit is contained in:
Amrouche Hamza 2019-06-19 07:40:07 +02:00 committed by Fabien Potencier
parent 2bf5da51da
commit 494281465d
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class SessionTest extends WebTestCase
/**
* See if two separate insulated clients can run without
* polluting eachother's session data.
* polluting each other's session data.
*
* @dataProvider getConfigs
*/