From 6f52873636400cc3b59e9dbe680e4455b44d984e Mon Sep 17 00:00:00 2001 From: brunoais Date: Fri, 28 Nov 2014 16:28:01 +0000 Subject: [PATCH] [ticket/13142] Fix typo: unaproved -> unapproved PHPBB3-13142 --- phpBB/includes/functions_mcp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_mcp.php b/phpBB/includes/functions_mcp.php index 7a3ad3ca61..375ded1bcf 100644 --- a/phpBB/includes/functions_mcp.php +++ b/phpBB/includes/functions_mcp.php @@ -424,7 +424,7 @@ function phpbb_mcp_sorting($mode, &$sort_days, &$sort_key, &$sort_dir, &$sort_by AND t.topic_visibility <> p.post_visibility'; /** - * This event allows you to control the SQL query to retrieve the list of unaproved and deleted posts + * This event allows you to control the SQL query to retrieve the list of unapproved and deleted posts * * @event core.mcp_sorting_unapproved_deleted_posts_query_before * @var string sql The current SQL search string