summaryrefslogtreecommitdiff
path: root/modules/comment/comment.api.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-04-15 13:25:39 +0000
committerDries Buytaert <dries@buytaert.net>2009-04-15 13:25:39 +0000
commit852b762231d1280490962951c6c959c1752d8cc0 (patch)
tree93620090a4a4b35e3bfe15bba364160a9762a362 /modules/comment/comment.api.php
parent00f9c254d91dae8b4fb3fea3f2d3fc64a58301f5 (diff)
downloadbrdo-852b762231d1280490962951c6c959c1752d8cc0.tar.gz
brdo-852b762231d1280490962951c6c959c1752d8cc0.tar.bz2
- Patch #431560 by JeremyFrench, jredding: fixed typo in the documentation.
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 df2edb30e..4ab8e5c06 100644
--- a/modules/comment/comment.api.php
+++ b/modules/comment/comment.api.php
@@ -27,7 +27,7 @@ function hook_comment_insert($form_values) {
/**
* 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().
+ * even modify the comment. Errors should be set with form_set_error().
*
* @param $form_values
* Passes in an array of form values submitted by the user.