summaryrefslogtreecommitdiff
path: root/modules/block
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-04-14 21:56:55 -0400
committerDries Buytaert <dries@buytaert.net>2011-04-14 21:56:55 -0400
commit5ad04d02f34cc5119922421a10e5105a832b2a93 (patch)
tree2f21dd44e9d86acf6533f31ec9c556a443a26f7b /modules/block
parentfbd9663207ce1fa43950741654e0b0a65a899416 (diff)
downloadbrdo-5ad04d02f34cc5119922421a10e5105a832b2a93.tar.gz
brdo-5ad04d02f34cc5119922421a10e5105a832b2a93.tar.bz2
- Patch #1043566: fixed typo on BlockAdminThemeTestCase description.
Diffstat (limited to 'modules/block')
-rw-r--r--modules/block/block.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block/block.test b/modules/block/block.test
index d036d36cf..af118a940 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',
);
}