From 98e6207c35910bf9761433e62ca5fe5af3459873 Mon Sep 17 00:00:00 2001
From: Joas Schilling <nickvergessen@gmx.de>
Date: Tue, 30 Apr 2013 18:13:32 +0200
Subject: [ticket/11495] Fix "as well" typo and remove brackets

PHPBB3-11495
---
 phpBB/includes/tree/nestedset.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'phpBB/includes/tree/nestedset.php')

diff --git a/phpBB/includes/tree/nestedset.php b/phpBB/includes/tree/nestedset.php
index 1f414164df..2a639d8907 100644
--- a/phpBB/includes/tree/nestedset.php
+++ b/phpBB/includes/tree/nestedset.php
@@ -580,7 +580,7 @@ abstract class phpbb_tree_nestedset implements phpbb_tree_interface
 	* @param int		$item_id		The item id to get the node set from
 	* @param string		$condition		Query string restricting the item list
 	* @param bool		$order_asc		Order the items ascending by their left_id
-	* @param bool		$include_item	Should the item (matching the given item id) be included in the list aswell
+	* @param bool		$include_item	Should the item matching the given item id be included in the list as well
 	* @return array			Array of items (containing all columns from the item table)
 	*							ID => Item data
 	*/
-- 
cgit v1.2.1