aboutsummaryrefslogtreecommitdiffstats
path: root/tests/user
diff options
context:
space:
mode:
Diffstat (limited to 'tests/user')
-rw-r--r--tests/user/lang_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/user/lang_test.php b/tests/user/lang_test.php
index bf36811f89..36933a84d2 100644
--- a/tests/user/lang_test.php
+++ b/tests/user/lang_test.php
@@ -89,7 +89,7 @@ class phpbb_user_lang_test extends phpbb_test_case
$this->assertEquals($user->lang('ARRY', 1, 2), '1 post');
$this->assertEquals($user->lang('ARRY', 1, 's', 2), '1 post');
- // ticket PHPBB3-10345 - different plrual rules, not just 0/1/2+
+ // ticket PHPBB3-10345 - different plural rules, not just 0/1/2+
$user = new user;
$user->lang = array(
'PLURAL_RULE' => 13,