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

@ -15,7 +15,7 @@ class PollModel extends Poll
}
/**
* @brief returns poll infomation
* @brief returns poll information
*/
public function _getPollinfo($poll_srl)
{
@ -78,7 +78,7 @@ class PollModel extends Poll
}
/**
* @brief returns poll infomation
* @brief returns poll information
*/
public function getPollinfo()
{
@ -89,7 +89,7 @@ class PollModel extends Poll
}
/**
* @brief returns poll item infomation
* @brief returns poll item information
*/
public function getPollitemInfo()
{