Fix typo in exception message in BoxHandler::createBoxCondition()
authorMatthias Schmidt <gravatronics@live.com>
Thu, 9 Jun 2016 17:20:57 +0000 (19:20 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Thu, 9 Jun 2016 17:20:57 +0000 (19:20 +0200)
wcfsetup/install/files/lib/system/box/BoxHandler.class.php

index f1939220526c5cee08b41589afc72af21786df22..c35a8d94d52ab0fcadb852ffa0bc154b1bd472c1 100644 (file)
@@ -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', [