diff --git a/core/modules/entity/entity.controller.inc b/core/modules/entity/entity.controller.inc index 03ca289..04c1f31 100644 --- a/core/modules/entity/entity.controller.inc +++ b/core/modules/entity/entity.controller.inc @@ -552,7 +552,7 @@ class EntityDatabaseStorageController extends DrupalDefaultEntityController impl * Invokes a hook on behalf of the entity. * * @param $hook - * One of 'presave', 'insert', 'update', 'predelete or 'delete'. + * One of 'presave', 'insert', 'update', 'predelete', or 'delete'. * @param $entity * The entity object. */