From 852b762231d1280490962951c6c959c1752d8cc0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 15 Apr 2009 13:25:39 +0000 Subject: - Patch #431560 by JeremyFrench, jredding: fixed typo in the documentation. --- modules/comment/comment.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/comment.api.php') 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. -- cgit v1.2.3