Mercurial > hg > isophonics-drupal-site
diff core/modules/system/src/Tests/Session/SessionHttpsTest.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
line wrap: on
line diff
--- a/core/modules/system/src/Tests/Session/SessionHttpsTest.php Tue Jul 10 15:07:59 2018 +0100 +++ b/core/modules/system/src/Tests/Session/SessionHttpsTest.php Thu Feb 28 13:21:36 2019 +0000 @@ -190,7 +190,7 @@ } // The mock front controllers (http.php and https.php) add the script name - // to $_SERVER['REQEUST_URI'] and friends. Therefore it is necessary to + // to $_SERVER['REQUEST_URI'] and friends. Therefore it is necessary to // strip that also. $base_url .= 'index.php/';