From 8e5b83819bc86f61d69e02540c6ffb6e32ced935 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Mon, 5 Sep 2016 18:53:46 +0200 Subject: [PATCH] Fi typo in parameter comment --- .../box/AbstractDatabaseObjectListBoxController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/box/AbstractDatabaseObjectListBoxController.class.php b/wcfsetup/install/files/lib/system/box/AbstractDatabaseObjectListBoxController.class.php index 6ffff2f123..9127b00ff1 100644 --- a/wcfsetup/install/files/lib/system/box/AbstractDatabaseObjectListBoxController.class.php +++ b/wcfsetup/install/files/lib/system/box/AbstractDatabaseObjectListBoxController.class.php @@ -274,7 +274,7 @@ abstract class AbstractDatabaseObjectListBoxController extends AbstractBoxContro * with the box conditions. * * @param Box $box box object - * @param boolean $setConditionData if true, the condition object types are populated witht the box conditions' data + * @param boolean $setConditionData if true, the condition object types are populated with the box conditions' data */ public function setBox(Box $box, $setConditionData = true) { parent::setBox($box); -- 2.20.1