From a4879e924954ef69f8007ac1dd4aa9a99c4277f6 Mon Sep 17 00:00:00 2001 From: Kailey M Snay Date: Fri, 29 Nov 2024 23:57:35 -0500 Subject: [PATCH] [ticket/17446] 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 bb18336160..acd2a72cf7 100644 --- a/phpBB/includes/acp/acp_board.php +++ b/phpBB/includes/acp/acp_board.php @@ -937,7 +937,7 @@ class acp_board * * @event core.acp_account_activation_edit_add * @var array act_ary Array of account activation methods - * @var string act_options Options avialbe in the activation method + * @var string act_options Options available in the activation method * @since 3.3.15-RC1 */ $vars = ['act_ary', 'act_options'];