From 3ce6c8468920833694adea667f89cd2b16aaf175 Mon Sep 17 00:00:00 2001 From: Jonathan Green Date: Sat, 26 Nov 2016 00:51:24 -0400 Subject: [PATCH] fix minor typo (#659) --- includes/tuque_wrapper.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/tuque_wrapper.inc b/includes/tuque_wrapper.inc index 7d1d348d..15d436aa 100644 --- a/includes/tuque_wrapper.inc +++ b/includes/tuque_wrapper.inc @@ -14,7 +14,7 @@ if (function_exists('drupal_get_path')) { $islandora_module_path = drupal_get_path('module', 'islandora'); } -// @todo this until we expost these in a module or library +// @todo this until we expose these in a module or library @include_once 'sites/all/libraries/tuque/Datastream.php'; @include_once 'sites/all/libraries/tuque/FedoraApi.php'; @include_once 'sites/all/libraries/tuque/FedoraApiSerializer.php';