mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11662] Typos: occured -> occurred
PHPBB3-11662
This commit is contained in:
parent
193670d7a9
commit
658b378b63
5 changed files with 5 additions and 5 deletions
|
@ -44,7 +44,7 @@ abstract class phpbb_db_migration
|
||||||
/** @var string */
|
/** @var string */
|
||||||
protected $php_ext;
|
protected $php_ext;
|
||||||
|
|
||||||
/** @var array Errors, if any occured */
|
/** @var array Errors, if any occurred */
|
||||||
protected $errors;
|
protected $errors;
|
||||||
|
|
||||||
/** @var array List of queries executed through $this->sql_query() */
|
/** @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
|
* 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()
|
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
|
* 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()
|
public function init()
|
||||||
{
|
{
|
||||||
|
|
|
@ -45,7 +45,7 @@ $lang = array_merge($lang, array(
|
||||||
'MIGRATION_NOT_FULFILLABLE' => 'The migration "%1$s" is not fulfillable, missing migration "%2$s".',
|
'MIGRATION_NOT_FULFILLABLE' => 'The migration "%1$s" is not fulfillable, missing migration "%2$s".',
|
||||||
'MIGRATION_SCHEMA_DONE' => 'Installed Schema: %s',
|
'MIGRATION_SCHEMA_DONE' => 'Installed Schema: %s',
|
||||||
|
|
||||||
'MODULE_ERROR' => 'An error occured while creating a module: %s',
|
'MODULE_ERROR' => 'An error occurred while creating a module: %s',
|
||||||
'MODULE_INFO_FILE_NOT_EXIST' => 'A required module info file is missing: %2$s',
|
'MODULE_INFO_FILE_NOT_EXIST' => 'A required module info file is missing: %2$s',
|
||||||
'MODULE_NOT_EXIST' => 'A required module does not exist: %s',
|
'MODULE_NOT_EXIST' => 'A required module does not exist: %s',
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ class phpbb_template_template_test_case extends phpbb_test_case
|
||||||
}
|
}
|
||||||
catch (Exception $exception)
|
catch (Exception $exception)
|
||||||
{
|
{
|
||||||
// reset output buffering even when an error occured
|
// reset output buffering even when an error occurred
|
||||||
// PHPUnit turns trigger_error into exceptions as well
|
// PHPUnit turns trigger_error into exceptions as well
|
||||||
ob_end_clean();
|
ob_end_clean();
|
||||||
throw $exception;
|
throw $exception;
|
||||||
|
|
Loading…
Add table
Reference in a new issue