From 344f33f6af7ad9739913d932b73d8d6575aafff8 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Sat, 5 Mar 2005 23:00:32 +0000
Subject: [PATCH] - Patch by Neil: fixed typo.

---
 modules/block.module       | 2 +-
 modules/block/block.module | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/block.module b/modules/block.module
index 733e9a3e4c37..2f7a9741919d 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 733e9a3e4c37..2f7a9741919d 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)) {
-- 
GitLab