From 4670f1e31bd7f9369daca73d6058580793ef7b82 Mon Sep 17 00:00:00 2001 From: reidblomquist Date: Wed, 29 Jan 2014 10:54:23 -0800 Subject: [PATCH] Update Category.php Looks like you caught one spelling mistake on line 199, but there were two! --- app/code/Magento/Catalog/Model/Layer/Filter/Category.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Catalog/Model/Layer/Filter/Category.php b/app/code/Magento/Catalog/Model/Layer/Filter/Category.php index d8cec4fbe5ef7..75a5ca20e99f7 100644 --- a/app/code/Magento/Catalog/Model/Layer/Filter/Category.php +++ b/app/code/Magento/Catalog/Model/Layer/Filter/Category.php @@ -196,7 +196,7 @@ public function getCategory() protected function _getItemsData() { $categoty = $this->getCategory(); - /** @var $category \Magento\Catalog\Model\Categeory */ + /** @var $category \Magento\Catalog\Model\Category */ $categories = $categoty->getChildrenCategories(); $this->getLayer()->getProductCollection()