diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-12-30 16:43:20 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-12-30 16:43:20 +0000 |
commit | 92a8adea653b29a9e6ee7778e8628f57b959ca4f (patch) | |
tree | 0fd5b18555aff73bfe4bc5aa3479db3090ad4cf8 /modules/block | |
parent | cac5dd8a66a07887aca4c4730d56978eaf26c70b (diff) | |
download | brdo-92a8adea653b29a9e6ee7778e8628f57b959ca4f.tar.gz brdo-92a8adea653b29a9e6ee7778e8628f57b959ca4f.tar.bz2 |
- Patch #352470 by scor: fixed typos and grammar in comments.
Diffstat (limited to 'modules/block')
-rw-r--r-- | modules/block/block.module | 2 | ||||
-rw-r--r-- | modules/block/block.test | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/block/block.module b/modules/block/block.module index f69e72220..25e8796be 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -527,7 +527,7 @@ function _block_render_blocks($region_blocks) { * constants). Two block instances can use the same cached content when * they share the same cache_id. * - * Theme and language contexts are automatically differenciated. + * Theme and language contexts are automatically differentiated. * * @param $block * @return diff --git a/modules/block/block.test b/modules/block/block.test index f4a519d4e..a6c812718 100644 --- a/modules/block/block.test +++ b/modules/block/block.test @@ -19,7 +19,7 @@ class BlockTestCase extends DrupalWebTestCase { $admin_user = $this->drupalCreateUser(array('administer blocks', 'administer filters')); $this->drupalLogin($admin_user); - // Define the exising regions + // Define the existing regions $this->regions = array(); $this->regions[] = array('name' => 'header', 'id' => 'header-region'); $this->regions[] = array('name' => 'left', 'id' => 'sidebar-left'); |