From d8ea777b5edae69ff6957015de8c59c6eda0d085 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Thu, 14 Apr 2011 21:57:06 -0400 Subject: [PATCH] - Patch #1043566: fixed typo on BlockAdminThemeTestCase description. --- modules/block/block.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/block/block.test b/modules/block/block.test index d036d36cf85f..af118a940d3b 100644 --- a/modules/block/block.test +++ b/modules/block/block.test @@ -414,7 +414,7 @@ class BlockAdminThemeTestCase extends DrupalWebTestCase { public static function getInfo() { return array( 'name' => 'Admin theme block admin accessibility', - 'description' => "Check whether the block administer page for a disabled theme acccessible if and only if it's the admin theme.", + 'description' => "Check whether the block administer page for a disabled theme accessible if and only if it's the admin theme.", 'group' => 'Block', ); } -- GitLab