aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2016-05-29 10:59:45 +0200
committerJakub Senko <jakubsenko@gmail.com>2016-05-29 11:42:32 +0200
commit9961aefa3845ae1b789202c3082822bed06d4839 (patch)
treeefc3a51246788d93ecaefc8c2643bc827d522803
parente7262e2d39feb7946710f6ae4bb17aac67f26204 (diff)
downloadforums-9961aefa3845ae1b789202c3082822bed06d4839.tar
forums-9961aefa3845ae1b789202c3082822bed06d4839.tar.gz
forums-9961aefa3845ae1b789202c3082822bed06d4839.tar.bz2
forums-9961aefa3845ae1b789202c3082822bed06d4839.tar.xz
forums-9961aefa3845ae1b789202c3082822bed06d4839.zip
[ticket/14652] Fix typos in core.index_modify_birthdays_list vars descriptions
PHPBB3-14652
-rw-r--r--phpBB/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/index.php b/phpBB/index.php
index eb9a657b3f..e4c03949c1 100644
--- a/phpBB/index.php
+++ b/phpBB/index.php
@@ -184,8 +184,8 @@ if ($config['load_birthdays'] && $config['allow_birthdays'] && $auth->acl_gets('
* Event to modify the birthdays list
*
* @event core.index_modify_birthdays_list
- * @var array birthdays Array with the users birhtdays data
- * @var array rows Array with the birhtdays SQL query result
+ * @var array birthdays Array with the users birthdays data
+ * @var array rows Array with the birthdays SQL query result
* @since 3.1.7-RC1
*/
$vars = array('birthdays', 'rows');