summaryrefslogtreecommitdiff
path: root/modules/block
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-03-30 15:36:25 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-03-30 15:36:25 -0400
commite66de8b0264c5acdc689ff76b18779e0186ca4b4 (patch)
tree90cc36439b10f0115b165b2c58e29c35dff51cfa /modules/block
parente1b5a528488972137a09d78ac4731138bcc8b086 (diff)
downloadbrdo-e66de8b0264c5acdc689ff76b18779e0186ca4b4.tar.gz
brdo-e66de8b0264c5acdc689ff76b18779e0186ca4b4.tar.bz2
Issue #1705536 by pfrenssen: Fixed typo in docblock block_block_list_alter().
Diffstat (limited to 'modules/block')
-rw-r--r--modules/block/block.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block/block.module b/modules/block/block.module
index 70f55e5ab..ff77d9ec3 100644
--- a/modules/block/block.module
+++ b/modules/block/block.module
@@ -740,7 +740,7 @@ function _block_load_blocks() {
/**
* Implements hook_block_list_alter().
*
- * Checks the page, user role, and user-specific visibilty settings.
+ * Checks the page, user role, and user-specific visibility settings.
* Removes the block if the visibility conditions are not met.
*/
function block_block_list_alter(&$blocks) {