From 494281465da5b5f2f39b098f2b85e7877127099c Mon Sep 17 00:00:00 2001 From: Amrouche Hamza Date: Wed, 19 Jun 2019 07:40:07 +0200 Subject: [PATCH] [FrameworkBundle] minor: fix typo in SessionTest --- .../Bundle/FrameworkBundle/Tests/Functional/SessionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php index aad3d77949..bf1b76cdc7 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php @@ -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 */