summaryrefslogtreecommitdiff
path: root/modules/image
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-08-19 14:36:43 +0200
committerwebchick <webchick@24967.no-reply.drupal.org>2012-08-19 14:36:43 +0200
commit5271022aa780a9f353e896165fa648f95c9298c5 (patch)
treedccb94733831e9b47b81c0abe85a893042ecce95 /modules/image
parentcca007bd06e45b36bfd662313d4749efd863995a (diff)
downloadbrdo-5271022aa780a9f353e896165fa648f95c9298c5.tar.gz
brdo-5271022aa780a9f353e896165fa648f95c9298c5.tar.bz2
Issue #1485966 by vegantriathlete: Correct function header to comply with coding standards.
Diffstat (limited to 'modules/image')
-rw-r--r--modules/image/image.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/image/image.module b/modules/image/image.module
index a9c4d027c..fe3cfcdf1 100644
--- a/modules/image/image.module
+++ b/modules/image/image.module
@@ -34,7 +34,7 @@ define('IMAGE_STORAGE_MODULE', IMAGE_STORAGE_OVERRIDE | IMAGE_STORAGE_DEFAULT);
require_once DRUPAL_ROOT . '/modules/image/image.field.inc';
/**
- * Implement of hook_help().
+ * Implements hook_help().
*/
function image_help($path, $arg) {
switch ($path) {