From 66f3a45519500d2ce85cd0e5a453d73297b03c0a Mon Sep 17 00:00:00 2001 From: ajstanley Date: Fri, 29 Jul 2016 10:56:11 -0300 Subject: [PATCH] typo fixed --- islandora.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/islandora.module b/islandora.module index 5f95f0c3..87dd29a6 100644 --- a/islandora.module +++ b/islandora.module @@ -2187,6 +2187,6 @@ function islandora_islandora_overview_object(AbstractObject $object) { $table = theme('table', array( 'header' => array($header), 'rows' => $rows, - 'empty' => t('No content model associated woith this object.'))); + 'empty' => t('No content model associated with this object.'))); return array('cmodels' => $table); }