From 8acb637d5c8baf4549c1a68fb639fb2fd28ba011 Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Tue, 7 Aug 2012 11:22:48 +0100
Subject: [PATCH] Issue #1705536 by pfrenssen: Typo in docblock
 block_block_list_alter().

---
 core/modules/block/block.module | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/block/block.module b/core/modules/block/block.module
index db805566cfaa..9afe529e7e4f 100644
--- a/core/modules/block/block.module
+++ b/core/modules/block/block.module
@@ -785,7 +785,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) {
-- 
GitLab