Index: openacs-4/packages/general-comments/www/comment-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/comment-add.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/general-comments/www/comment-add.tcl 7 Aug 2017 23:48:12 -0000 1.7 +++ openacs-4/packages/general-comments/www/comment-add.tcl 25 Mar 2018 22:39:35 -0000 1.8 @@ -1,7 +1,7 @@ # /packages/general-comments/www/comment-add.tcl ad_page_contract { - Displays a form for adding a commment to a page + Displays a form for adding a comment to a page @author Phong Nguyen @author Pascal Scheffers (pascal@scheffers.net) Index: openacs-4/packages/general-comments/www/comment-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/comment-edit.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/general-comments/www/comment-edit.tcl 20 Jan 2018 22:56:50 -0000 1.8 +++ openacs-4/packages/general-comments/www/comment-edit.tcl 25 Mar 2018 22:39:35 -0000 1.9 @@ -1,7 +1,7 @@ # /packages/general-comments/www/comment-edit.tcl ad_page_contract { - Displays a form for editing a commment + Displays a form for editing a comment @param comment_id The id of the comment to edit