From ed145b831704d6b2f64053c936cb9bffa283613a Mon Sep 17 00:00:00 2001 From: rxu Date: Fri, 18 Oct 2024 23:28:56 +0700 Subject: [PATCH] [ticket/17411] Fix docblock typo PHPBB-17411 --- phpBB/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/search.php b/phpBB/search.php index 642bee9c39..6c908a3451 100644 --- a/phpBB/search.php +++ b/phpBB/search.php @@ -92,7 +92,7 @@ switch ($search_id) $search_auth_check_override = false; /** -* This event allows you to override serach auth checks +* This event allows you to override search auth checks * * @event core.search_auth_check_override * @var bool search_auth_check_override Whether or not the search auth check overridden