Skip to content
Snippets Groups Projects
Verified Commit c574a6e4 authored by quietone's avatar quietone
Browse files

Issue #3364292 by BramDriesen, dww, alison, cilefen, jonathan1055,...

Issue #3364292 by BramDriesen, dww, alison, cilefen, jonathan1055, urvashi_vora: Use 'queueing' spelling instead of 'queuing'
parent 1ceffc16
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,8 @@ ...@@ -70,7 +70,8 @@
"grey", "grey",
"hte", "hte",
"ist", "ist",
"please" "please",
"queuing"
], ],
"overrides": [ "overrides": [
{ {
......
...@@ -328,7 +328,7 @@ public function leftJoin($table, $alias = NULL, $condition = NULL, $arguments = ...@@ -328,7 +328,7 @@ public function leftJoin($table, $alias = NULL, $condition = NULL, $arguments =
/** /**
* Join against another table in the database. * 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 * In some cases, that may include dipping into the Schema API to find the necessary
* fields on which to join. * fields on which to join.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment