From 061f68367384df8582b13f2c2fc63df1b9cb91b1 Mon Sep 17 00:00:00 2001 From: BJRambo Date: Mon, 27 Feb 2023 16:27:09 +0900 Subject: [PATCH] Fix typo --- 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 6bf6fc08b..30a51c932 100644 --- a/modules/comment/comment.controller.php +++ b/modules/comment/comment.controller.php @@ -1863,8 +1863,8 @@ class CommentController extends Comment * Method to add a pop-up menu when clicking for displaying child comments * @param string $url * @param string $str - * @param strgin $icon - * @param strgin $target + * @param string $icon + * @param string $target * @return void */ function addCommentPopupMenu($url, $str, $icon = '', $target = '_blank')