diff --git a/core/.cspell.json b/core/.cspell.json
index 1cba7aee114e656730f621f91c5312cdf9943eb4..78c3c99b605d5364a711ad75f13659e5a8a7e018 100644
--- a/core/.cspell.json
+++ b/core/.cspell.json
@@ -68,7 +68,8 @@
       "grey",
       "hte",
       "ist",
-      "please"
+      "please",
+      "queuing"
     ],
     "overrides": [
       {
diff --git a/core/lib/Drupal/Core/Database/Query/SelectInterface.php b/core/lib/Drupal/Core/Database/Query/SelectInterface.php
index 2c4416ad26c6a1023e2574cabf17d0a85efdb9f9..2293c45ffe0512d3d5c6525d78f32c55ebd9e8a5 100644
--- a/core/lib/Drupal/Core/Database/Query/SelectInterface.php
+++ b/core/lib/Drupal/Core/Database/Query/SelectInterface.php
@@ -328,7 +328,7 @@ public function leftJoin($table, $alias = NULL, $condition = NULL, $arguments =
   /**
    * Join against another table in the database.
    *
-   * This method does the "hard" work of queuing up a table to be joined against.
+   * This method does the "hard" work of queueing up a table to be joined against.
    * In some cases, that may include dipping into the Schema API to find the necessary
    * fields on which to join.
    *