summaryrefslogtreecommitdiff
path: root/modules/comment/comment.api.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment.api.php')
-rw-r--r--modules/comment/comment.api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.api.php b/modules/comment/comment.api.php
index 9b431e98d..377be4786 100644
--- a/modules/comment/comment.api.php
+++ b/modules/comment/comment.api.php
@@ -26,7 +26,7 @@ function hook_comment_insert(&$form_values) {
}
/**
- * The user has just finished editing the comment and is trying to
+ * The user has just finished editing the comment and is trying to
* preview or submit it. This hook can be used to check or
* even modify the node. Errors should be set with form_set_error().
*