From e66de8b0264c5acdc689ff76b18779e0186ca4b4 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Sat, 30 Mar 2013 15:36:25 -0400 Subject: Issue #1705536 by pfrenssen: Fixed typo in docblock block_block_list_alter(). --- modules/block/block.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/block') 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) { -- cgit v1.2.3