From 73c1387c0f54c3868af75706e56e76543a91ac29 Mon Sep 17 00:00:00 2001 From: quietone <quietone@2572884.no-reply.drupal.org> Date: Mon, 12 Feb 2024 20:16:25 +1300 Subject: [PATCH] Issue #3364292 by BramDriesen, dww, alison, cilefen, jonathan1055, urvashi_vora: Use 'queueing' spelling instead of 'queuing' --- core/.cspell.json | 3 ++- core/lib/Drupal/Core/Database/Query/SelectInterface.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core/.cspell.json b/core/.cspell.json index 1cba7aee114e..78c3c99b605d 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 2c4416ad26c6..2293c45ffe05 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. * -- GitLab