Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / migrate / src / Plugin / migrate / source / DummyQueryTrait.php
index efe56b41fa2629869a40bb6c79decf833608c7d6..51a456a017a765a528b3438ca4014534f50c5c1e 100644 (file)
@@ -16,7 +16,7 @@ trait DummyQueryTrait {
    * {@inheritdoc}
    */
   public function query() {
-    // Pass an arbritrary table name - the query should never be executed
+    // Pass an arbitrary table name - the query should never be executed
     // anyway.
     $query = $this->select(uniqid(), 's')
       ->range(0, 1);