aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-07-12 17:10:18 +0200
committerAndreas Fischer <bantu@phpbb.com>2013-07-12 17:10:18 +0200
commitf4b7cbd9766fff3e4232c5514da18c8fc3ff102b (patch)
tree5aaae3387ef3b13a5edc8b1d9b5bf8a634f24b9e /tests
parenta7edbf9258253dd694857af80273f6cddfe91274 (diff)
downloadforums-f4b7cbd9766fff3e4232c5514da18c8fc3ff102b.tar
forums-f4b7cbd9766fff3e4232c5514da18c8fc3ff102b.tar.gz
forums-f4b7cbd9766fff3e4232c5514da18c8fc3ff102b.tar.bz2
forums-f4b7cbd9766fff3e4232c5514da18c8fc3ff102b.tar.xz
forums-f4b7cbd9766fff3e4232c5514da18c8fc3ff102b.zip
[ticket/11662] Typos: occured -> occurred
PHPBB3-11662
Diffstat (limited to 'tests')
-rw-r--r--tests/template/template_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/template_test.php b/tests/template/template_test.php
index fd68124c89..94ec2ab8a7 100644
--- a/tests/template/template_test.php
+++ b/tests/template/template_test.php
@@ -32,7 +32,7 @@ class phpbb_template_template_test extends phpbb_test_case
}
catch (Exception $exception)
{
- // reset the error level even when an error occured
+ // reset the error level even when an error occurred
// PHPUnit turns trigger_error into exceptions as well
error_reporting($error_level);
ob_end_clean();