From 841e4d8e28dbfd3cc0b4568c24faf7686a1b56ce Mon Sep 17 00:00:00 2001 From: kayakr Date: Tue, 10 Jan 2017 10:17:41 +1300 Subject: [PATCH] Fix typos --- islandora.api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/islandora.api.php b/islandora.api.php index cdf30129..1580b68a 100644 --- a/islandora.api.php +++ b/islandora.api.php @@ -152,7 +152,7 @@ function hook_islandora_edit_object_alter(&$object, &$rendered) { * If 'block' is set to TRUE, it will take precedence. * Defaults to FALSE, * - params: An associative array, only present when the action is 'modify'. - * The key value pairs repersent what values will be changed. The params + * The key value pairs represent what values will be changed. The params * will match the same params as passed to FedoraApiM::modifyObject(). * * @see FedoraApiM::modifyObject() @@ -203,7 +203,7 @@ function hook_cmodel_pid_islandora_object_alter(AbstractObject $object, array &$ * If 'block' is set to TRUE, it will take precedence. * Defaults to FALSE, * - params: An associative array, only present when the action is 'modify'. - * The key value pairs repersent what values will be changed. The params + * The key value pairs represent what values will be changed. The params * will match the same params as passed to FedoraApiM::modifyDatastream(). * * @see FedoraApiM::modifyDatastream()