From 27d176f9ec767fe78ce57c129ac89b931fb364c6 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 22 Feb 2008 12:26:37 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3748 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/comment/comment.controller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/comment/comment.controller.php b/modules/comment/comment.controller.php index e9c6bf4ca..523f266bc 100644 --- a/modules/comment/comment.controller.php +++ b/modules/comment/comment.controller.php @@ -14,7 +14,7 @@ } /** - * @breif 댓글의 추천을 처리하는 action (Up) + * @brief 댓글의 추천을 처리하는 action (Up) **/ function procCommentVoteUp() { $comment_srl = Context::get('target_srl'); @@ -25,7 +25,7 @@ } /** - * @breif 댓글의 추천을 처리하는 action (Down) + * @brief 댓글의 추천을 처리하는 action (Down) **/ function procCommentVoteDown() { $comment_srl = Context::get('target_srl');