mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
[ticket/11662] Typos: occured -> occurred
PHPBB3-11662
This commit is contained in:
@@ -44,7 +44,7 @@ abstract class phpbb_db_migration
|
||||
/** @var string */
|
||||
protected $php_ext;
|
||||
|
||||
/** @var array Errors, if any occured */
|
||||
/** @var array Errors, if any occurred */
|
||||
protected $errors;
|
||||
|
||||
/** @var array List of queries executed through $this->sql_query() */
|
||||
|
@@ -140,7 +140,7 @@ class phpbb_search_fulltext_mysql extends phpbb_search_base
|
||||
/**
|
||||
* Checks for correct MySQL version and stores min/max word length in the config
|
||||
*
|
||||
* @return string|bool Language key of the error/incompatiblity occured
|
||||
* @return string|bool Language key of the error/incompatiblity occurred
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
|
@@ -185,7 +185,7 @@ class phpbb_search_fulltext_postgres extends phpbb_search_base
|
||||
/**
|
||||
* Checks for correct PostgreSQL version and stores min/max word length in the config
|
||||
*
|
||||
* @return string|bool Language key of the error/incompatiblity occured
|
||||
* @return string|bool Language key of the error/incompatiblity occurred
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
|
Reference in New Issue
Block a user