Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / src / Tests / Session / SessionHttpsTest.php
index 6ba70da52bb52a403502ce4d74e50987f2b2c88a..9a4666fd615e7bf9a3699dd85fad77e280bda77d 100644 (file)
@@ -190,7 +190,7 @@ class SessionHttpsTest extends WebTestBase {
     }
 
     // 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/';