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
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -70,7 +70,8 @@
      "grey",
      "hte",
      "ist",
      "please"
      "please",
      "queuing"
    ],
    "overrides": [
      {
+1 −1
Original line number Diff line number Diff line
@@ -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.
   *