From f1469342d47e245454c4ca67d1e8b7ef4a98243c Mon Sep 17 00:00:00 2001 From: Danny Hajj Date: Sun, 2 Mar 2014 06:11:49 -0800 Subject: [PATCH] Fixed spelling in Magento\Payment\Model\Method\AbstractMethod --- app/code/Magento/Payment/Model/Method/AbstractMethod.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/code/Magento/Payment/Model/Method/AbstractMethod.php b/app/code/Magento/Payment/Model/Method/AbstractMethod.php index 73b16b98802ba..e4aaaf9033e0c 100644 --- a/app/code/Magento/Payment/Model/Method/AbstractMethod.php +++ b/app/code/Magento/Payment/Model/Method/AbstractMethod.php @@ -241,7 +241,7 @@ public function canOrder() } /** - * Check authorise availability + * Check authorize availability * * @return bool */ @@ -441,7 +441,7 @@ public function getInfoBlockType() } /** - * Retrieve payment iformation model object + * Retrieve payment information model object * * @return \Magento\Payment\Model\Info * @throws \Magento\Core\Exception