diff --git a/core/modules/views/views.api.php b/core/modules/views/views.api.php index 9889c93e32..f875cf7a55 100644 --- a/core/modules/views/views.api.php +++ b/core/modules/views/views.api.php @@ -879,7 +879,7 @@ function hook_views_query_alter(ViewExecutable $view, QueryPluginBase $query) { // Traverse through the 'where' part of the query. foreach ($query->where as &$condition_group) { foreach ($condition_group['conditions'] as &$condition) { - // If this is the part of the query filtering on title, chang the + // If this is the part of the query filtering on title, change the // condition to filter on node ID. if ($condition['field'] == 'node.title') { $condition = [