From d5c0b6dc7d8f7aa12385e9b562865278fcf69e25 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Wed, 3 Jul 2013 07:39:28 -0700 Subject: [PATCH] Issue #2031649 by pcambra: Fix typo in QueryInterface API docs --- core/lib/Drupal/Core/Entity/Query/QueryInterface.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/core/lib/Drupal/Core/Entity/Query/QueryInterface.php b/core/lib/Drupal/Core/Entity/Query/QueryInterface.php index 48b884c5116..4e27ad8490c 100644 --- a/core/lib/Drupal/Core/Entity/Query/QueryInterface.php +++ b/core/lib/Drupal/Core/Entity/Query/QueryInterface.php @@ -136,10 +136,9 @@ interface QueryInterface extends AlterableInterface { * Enables sortable tables for this query. * * @param $headers - * An array of headers of the same struucture as described in - * theme_table(). Use a 'specifier' in place of a 'field' to specify what - * to sort on. This can be an entity or a field as described in - * condition(). + * An array of headers of the same structure as described in theme_table(). + * Use a 'specifier' in place of a 'field' to specify what to sort on. + * This can be an entity or a field as described in condition(). * @return \Drupal\Core\Entity\Query\QueryInterface * The called object. */