From b46d6b8e06bb08f1679032af4d75dbeca57b76af Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 28 Feb 2017 02:16:40 +0100 Subject: Spelling mistakes corrected. --- core/namespace/Item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/namespace/Item.php') diff --git a/core/namespace/Item.php b/core/namespace/Item.php index 6d17011..f3b6ceb 100644 --- a/core/namespace/Item.php +++ b/core/namespace/Item.php @@ -28,7 +28,7 @@ abstract class Item implements ItemInterface { # Checking if retrieving data failed #=============================================================================== if(!$this->Attribute = $Statement->fetchObject($attribute)) { - throw new $exception(sprintf('%s\\Item with ID %s does not exists', $this->Reflection->getNamespaceName(), (int) $itemID)); + throw new $exception(sprintf('%s\\Item with ID %s does not exist', $this->Reflection->getNamespaceName(), (int) $itemID)); } } -- cgit v1.2.3