Browse Source

Fix typos

pull/666/head
kayakr 8 years ago committed by GitHub
parent
commit
841e4d8e28
  1. 4
      islandora.api.php

4
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. * If 'block' is set to TRUE, it will take precedence.
* Defaults to FALSE, * Defaults to FALSE,
* - params: An associative array, only present when the action is 'modify'. * - 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(). * will match the same params as passed to FedoraApiM::modifyObject().
* *
* @see 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. * If 'block' is set to TRUE, it will take precedence.
* Defaults to FALSE, * Defaults to FALSE,
* - params: An associative array, only present when the action is 'modify'. * - 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(). * will match the same params as passed to FedoraApiM::modifyDatastream().
* *
* @see FedoraApiM::modifyDatastream() * @see FedoraApiM::modifyDatastream()

Loading…
Cancel
Save