Fix typos in documentation and translation strings

This commit is contained in:
Lastorder 2025-07-15 09:59:26 +09:00
parent d39d363334
commit 307c2edf89
14 changed files with 18 additions and 18 deletions

View file

@ -25,7 +25,7 @@ class BoardAdminView extends Board {
// generate module model object
$oModuleModel = getModel('module');
// get the module infomation based on the module_srl
// get the module information based on the module_srl
if($module_srl) {
$module_info = $oModuleModel->getModuleInfoByModuleSrl($module_srl);
if(!$module_info) {