Fix typos and incorrect action names #1705

This commit is contained in:
Kijin Sung 2021-06-19 21:34:31 +09:00
parent 2d913b2b1c
commit d82c53c531
4 changed files with 4 additions and 4 deletions

View file

@ -258,7 +258,7 @@ class boardAdminView extends board {
* @brief display the grant information
**/
function dispBoardAdminGrantInfo() {
// get the grant infotmation from admin module
// Get grant information from admin module
$oModuleAdminModel = getAdminModel('module');
$grant_content = $oModuleAdminModel->getModuleGrantHTML($this->module_info->module_srl, $this->xml_info->grant);
Context::set('grant_content', $grant_content);