From 9961aefa3845ae1b789202c3082822bed06d4839 Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Sun, 29 May 2016 10:59:45 +0200 Subject: [ticket/14652] Fix typos in core.index_modify_birthdays_list vars descriptions PHPBB3-14652 --- phpBB/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB') 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'); -- cgit v1.2.1