mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/11662] Typos: occured -> occurred
PHPBB3-11662
This commit is contained in:
@@ -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