From e01967a239f53af745f5dc93eda3739116074995 Mon Sep 17 00:00:00 2001 From: kotnik Date: Sun, 4 Nov 2012 11:45:00 +0100 Subject: [PATCH] Issue #1831408 by kotnik: Fixes typos in documentation. --- core/modules/field/field.attach.inc | 2 +- core/modules/search/search.api.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/field/field.attach.inc b/core/modules/field/field.attach.inc index a4e227c..29ebd3b 100644 --- a/core/modules/field/field.attach.inc +++ b/core/modules/field/field.attach.inc @@ -990,7 +990,7 @@ function field_attach_load($entity_type, $entities, $age = FIELD_LOAD_CURRENT, $ _field_invoke_multiple('load', $entity_type, $queried_entities, $age, $null, $options); // Invoke hook_field_attach_load(): let other modules act on loading the - // entitiy. + // entity. module_invoke_all('field_attach_load', $entity_type, $queried_entities, $age, $options); // Build cache data. diff --git a/core/modules/search/search.api.php b/core/modules/search/search.api.php index 0dd0a84..d0244e2 100644 --- a/core/modules/search/search.api.php +++ b/core/modules/search/search.api.php @@ -306,7 +306,7 @@ function hook_search_page($results) { * any HTML entities or HTML tags. * * @param $langcode - * The language code of the entitiy that has been found. + * The language code of the entity that has been found. * * @return * The text after preprocessing. Note that if your module decides not to alter -- 1.8.0