From 2f42c0e237d9120c5f7cd82816800a106622de8a Mon Sep 17 00:00:00 2001 From: willtp87 Date: Thu, 17 Sep 2015 10:24:25 -0300 Subject: [PATCH] Coding standards fix --- islandora.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/islandora.module b/islandora.module index c93a7dab..90969650 100644 --- a/islandora.module +++ b/islandora.module @@ -432,10 +432,10 @@ function islandora_admin_paths() { /** * Implements hook_theme(). - * - * The following theme entrys 'islandora_objects' and 'islandora_objects_subset' - * utilize the same template file. When theming, be sure to utilize the theme name, - * and not the template file names. Similar situation found here: + * + * The theme entries 'islandora_objects' and 'islandora_objects_subset' + * utilize the same template file. When theming, be sure to utilize the theme + * name, and not the template file names. Similar situation found here: * @link https://jira.duraspace.org/browse/ISLANDORA-934. @endlink */ function islandora_theme() {