Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / KernelTests / Core / Path / AliasTest.php
index 1f49b09ffdc5af3148f66950a596f56114bfc7dc..48d6b7d985d9bb771f4c333484ac32b25b4780ab 100644 (file)
@@ -241,7 +241,7 @@ class AliasTest extends PathUnitTestBase {
 
     // Lookup admin path in whitelist. It will query the DB and figure out
     // that it indeed has an alias, and add it to the internal whitelist and
-    // flag it to be peristed to cache.
+    // flag it to be persisted to cache.
     $this->assertTrue($whitelist->get('admin'));
 
     // Destruct the whitelist so it persists its cache.