summaryrefslogtreecommitdiff
path: root/modules/block/block.api.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/block/block.api.php')
-rw-r--r--modules/block/block.api.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/block/block.api.php b/modules/block/block.api.php
index 72a2c6657..5540302e8 100644
--- a/modules/block/block.api.php
+++ b/modules/block/block.api.php
@@ -77,7 +77,7 @@ function hook_block_list() {
* and also by block.module to procure the list of available blocks.
*
* @param $delta
- * Which block to return. This is a descriptive string used to identify
+ * Which block to return. This is a descriptive string used to identify
* blocks within each module and also within the theme system.
* The $delta for each block is defined within the array that your module
* returns when the hook_block_list() implementation is called.
@@ -135,7 +135,7 @@ function hook_block_save($delta = '', $edit = array()) {
* and also by block.module to procure the list of available blocks.
*
* @param $delta
- * Which block to return. This is a descriptive string used to identify
+ * Which block to return. This is a descriptive string used to identify
* blocks within each module and also within the theme system.
* The $delta for each block is defined within the array that your module
* returns when the hook_block_list() implementation is called.