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); }