summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-03-05 23:00:32 +0000
committerDries Buytaert <dries@buytaert.net>2005-03-05 23:00:32 +0000
commit344f33f6af7ad9739913d932b73d8d6575aafff8 (patch)
treeb969310a200b7902a366b9080d959d19e87950b7
parentebc7c0dfe0a6b4dc4da06a9171adc83be59e79f5 (diff)
downloadbrdo-344f33f6af7ad9739913d932b73d8d6575aafff8.tar.gz
brdo-344f33f6af7ad9739913d932b73d8d6575aafff8.tar.bz2
- Patch by Neil: fixed typo.
-rw-r--r--modules/block.module2
-rw-r--r--modules/block/block.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/block.module b/modules/block.module
index 733e9a3e4..2f7a97419 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 733e9a3e4..2f7a97419 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)) {