diff options
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index af16de978..f97c10b37 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -85,7 +85,7 @@ function drupal_add_region_content($region = NULL, $data = NULL) { * A specified region to fetch content for. If NULL, all regions will be * returned. * @param $delimiter - * Content to be inserted between exploded array elements. + * Content to be inserted between imploded array elements. */ function drupal_get_region_content($region = NULL, $delimiter = ' ') { $content = drupal_add_region_content(); |