From: Matthias Schmidt Date: Thu, 9 Jun 2016 17:20:57 +0000 (+0200) Subject: Fix typo in exception message in BoxHandler::createBoxCondition() X-Git-Tag: 3.0.0_Beta_1~1466 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=873bf5a91ad6f84c7b07d23d88ac3739d473e5d8;p=GitHub%2FWoltLab%2FWCF.git Fix typo in exception message in BoxHandler::createBoxCondition() --- 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', [