aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/extension_controller_test.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-03-10 17:09:28 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-03-10 17:09:28 +0100
commitfe63ac888f5f68d5f0e58fdd7c568a2985197eb3 (patch)
tree0d174bfe25edcfc011dca8db2fe4d69c4a3664b3 /tests/functional/extension_controller_test.php
parentf43da31bba926cd1736302a7c38b5e4baa131f3d (diff)
downloadforums-fe63ac888f5f68d5f0e58fdd7c568a2985197eb3.tar
forums-fe63ac888f5f68d5f0e58fdd7c568a2985197eb3.tar.gz
forums-fe63ac888f5f68d5f0e58fdd7c568a2985197eb3.tar.bz2
forums-fe63ac888f5f68d5f0e58fdd7c568a2985197eb3.tar.xz
forums-fe63ac888f5f68d5f0e58fdd7c568a2985197eb3.zip
[ticket/12261] Fix doc block
PHPBB3-12261
Diffstat (limited to 'tests/functional/extension_controller_test.php')
-rw-r--r--tests/functional/extension_controller_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/extension_controller_test.php b/tests/functional/extension_controller_test.php
index c2e86f167f..6e6ebc2c2c 100644
--- a/tests/functional/extension_controller_test.php
+++ b/tests/functional/extension_controller_test.php
@@ -113,7 +113,7 @@ class phpbb_functional_extension_controller_test extends phpbb_functional_test_c
}
/**
- * Check the redirect after using he login_box() form
+ * Check the redirect after using the login_box() form
*/
public function test_login_redirect()
{