Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / DrupalKernel / ValidateHostnameTest.php
index 96281bae2adb8ae68f5f50eed80def8b14f64851..2010f49ba4d1d8ebbb950622d120f053fbad23cd 100644 (file)
@@ -50,7 +50,7 @@ class ValidateHostnameTest extends UnitTestCase {
     $data[] = ['72.21.91.99:80', 'Properly formed HTTP_HOST with IPv4 address valid.', TRUE];
     $data[] = ['2607:f8b0:4004:803::1002:80', 'Properly formed HTTP_HOST with IPv6 address valid.', TRUE];
 
-    // Verfies that the IPv6 loopback address is valid.
+    // Verifies that the IPv6 loopback address is valid.
     $data[] = ['[::1]:80', 'HTTP_HOST containing IPv6 loopback is valid.', TRUE];
 
     return $data;