diff --git a/modules/block.module b/modules/block.module index 733e9a3e4c374ffb02a8ce16b3a412e7b11d5072..2f7a9741919d5f51547ce5d195bba067a4fd68a6 100644 --- a/modules/block.module +++ b/modules/block.module @@ -230,7 +230,7 @@ function block_admin_display() { $rows = array_merge($rows, $left); } if (count($right)) { - $rows[] = array(array('data' => t('Right sidabar'), 'class' => 'region', 'colspan' => (module_exist('throttle') ? 7 : 6))); + $rows[] = array(array('data' => t('Right sidebar'), 'class' => 'region', 'colspan' => (module_exist('throttle') ? 7 : 6))); $rows = array_merge($rows, $right); } if (count($disabled)) { diff --git a/modules/block/block.module b/modules/block/block.module index 733e9a3e4c374ffb02a8ce16b3a412e7b11d5072..2f7a9741919d5f51547ce5d195bba067a4fd68a6 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -230,7 +230,7 @@ function block_admin_display() { $rows = array_merge($rows, $left); } if (count($right)) { - $rows[] = array(array('data' => t('Right sidabar'), 'class' => 'region', 'colspan' => (module_exist('throttle') ? 7 : 6))); + $rows[] = array(array('data' => t('Right sidebar'), 'class' => 'region', 'colspan' => (module_exist('throttle') ? 7 : 6))); $rows = array_merge($rows, $right); } if (count($disabled)) {