From 89cf57d30715552de460c7e9c162e6151a59b34b Mon Sep 17 00:00:00 2001 From: ngleader Date: Fri, 16 Mar 2012 06:28:16 +0000 Subject: [PATCH] Issue 1631 fixed a typo. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10442 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/comment/comment.admin.controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/comment/comment.admin.controller.php b/modules/comment/comment.admin.controller.php index 5c2bb5a4e..067a00c7d 100644 --- a/modules/comment/comment.admin.controller.php +++ b/modules/comment/comment.admin.controller.php @@ -14,7 +14,7 @@ } /** - * @brief Modify comment(s) status to piublish/unpublish if calling module is using Comment Approval System + * @brief Modify comment(s) status to publish/unpublish if calling module is using Comment Approval System * @return Object */ function procCommentAdminChangePublishedStatusChecked()