From 873bf5a91ad6f84c7b07d23d88ac3739d473e5d8 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Thu, 9 Jun 2016 19:20:57 +0200 Subject: [PATCH] Fix typo in exception message in BoxHandler::createBoxCondition() --- wcfsetup/install/files/lib/system/box/BoxHandler.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/box/BoxHandler.class.php b/wcfsetup/install/files/lib/system/box/BoxHandler.class.php index f193922052..c35a8d94d5 100644 --- a/wcfsetup/install/files/lib/system/box/BoxHandler.class.php +++ b/wcfsetup/install/files/lib/system/box/BoxHandler.class.php @@ -77,7 +77,7 @@ class BoxHandler extends SingletonFactory { $box = Box::getBoxByIdentifier($boxIdentifier); if ($box === null) { - throw new \InvalidArgumentException("Unknown box with idenifier '{$boxIdentifier}'"); + throw new \InvalidArgumentException("Unknown box with identifier '{$boxIdentifier}'"); } (new ConditionAction([], 'create', [ -- 2.20.1