From 8b274d4006ee77e812b17d18024b7cbd3a9520ab Mon Sep 17 00:00:00 2001 From: Kailey M Snay Date: Fri, 29 Nov 2024 23:55:34 -0500 Subject: [PATCH] [ticket/17446] Master: Fix typo PHPBB-17446 --- phpBB/includes/acp/acp_board.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/acp/acp_board.php b/phpBB/includes/acp/acp_board.php index 4ab5e739bd..9359a57a1c 100644 --- a/phpBB/includes/acp/acp_board.php +++ b/phpBB/includes/acp/acp_board.php @@ -954,7 +954,7 @@ class acp_board * * @event core.acp_account_activation_edit_add * @var array act_ary Array of account activation methods - * @var array act_options Options avialbe in the activation method + * @var array act_options Options available in the activation method * @since 3.3.15-RC1 */ $vars = ['act_ary', 'act_options'];