From b23431ce38be24ad47e66008d4364293df2382f5 Mon Sep 17 00:00:00 2001 From: willtp87 Date: Thu, 12 Mar 2015 10:48:48 -0300 Subject: [PATCH] Copy pasta fix --- islandora.api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/islandora.api.php b/islandora.api.php index dad43838..5d241991 100644 --- a/islandora.api.php +++ b/islandora.api.php @@ -245,7 +245,7 @@ function hook_cmodel_pid_islandora_object_ingested(AbstractObject $object) { * modifications, where as manipulating an object's datstreams are not. * * @param AbstractObject $object - * The object that was ingested. + * The object that was modified. * * @todo We should also include what changes were made in a additional * parameter. @@ -254,7 +254,7 @@ function hook_islandora_object_modified(AbstractObject $object) { } /** - * Notify modules that the given object was ingested. + * Notify modules that the given object was modified. * * @see hook_islandora_object_modified() */