Fix typos in documentation and translation strings

This commit is contained in:
Lastorder 2025-07-15 09:59:26 +09:00
parent 9d98e47c53
commit 580588bbdc
12 changed files with 15 additions and 15 deletions

View file

@ -1018,7 +1018,7 @@ class importerAdminController extends importer
}
else
{
// Get parent comment infomation
// Get parent comment information
$parent_args = new stdClass();
$parent_args->comment_srl = $obj->parent_srl;
$parent_output = executeQuery('comment.getCommentListItem', $parent_args);