Issue #1831408 by kotnik: Fix spelling of entity in docs

merge-requests/26/head
Jennifer Hodgdon 2012-11-10 07:09:04 -08:00
parent 3919174433
commit 6ed7d0eaaf
1 changed files with 1 additions and 1 deletions

View File

@ -709,7 +709,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.