Skip to content

Commit bb55f40

Browse files
committed
Fix typos in DocBlock comments
1 parent 3755588 commit bb55f40

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

app/code/Magento/Payment/Block/Info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace Magento\Payment\Block;
77

88
/**
9-
* Base payment iformation block
9+
* Base payment information block
1010
*
1111
* @api
1212
* @since 100.0.2

app/code/Magento/Payment/Model/CcConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function getSsStartYears()
8585
}
8686

8787
/**
88-
* Retrieve availables credit card types
88+
* Retrieve available credit card types
8989
*
9090
* @return array
9191
*/

app/code/Magento/Payment/Model/CcGenericConfigProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ protected function getCvvImageUrl()
110110
}
111111

112112
/**
113-
* Retrieve availables credit card types
113+
* Retrieve available credit card types
114114
*
115115
* @param string $methodCode
116116
* @return array

app/code/Magento/Payment/Model/Method/ConfigInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* Interface for payment methods config
1010
*
11-
* @deprectated This interface has no semantic meaning and all it implementations has no joint points.
11+
* @deprecated This interface has no semantic meaning and all it implementations has no joint points.
1212
*/
1313
interface ConfigInterface extends \Magento\Payment\Gateway\ConfigInterface
1414
{

app/code/Magento/Payment/Test/Unit/Gateway/Data/Quote/QuoteAdapterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected function setUp()
4343
public function testGetCurrencyCode()
4444
{
4545
$expected = 'USD';
46-
/** @var \Magento\Quote\Api\Data\CurrencyInterface $currencyrMock */
46+
/** @var \Magento\Quote\Api\Data\CurrencyInterface $currencyMock */
4747
$currencyMock = $this->getMockBuilder(
4848
\Magento\Quote\Api\Data\CurrencyInterface::class
4949
)->getMockForAbstractClass();

app/code/Magento/Paypal/Model/Config/Structure/PaymentSectionModifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class PaymentSectionModifier
2828
* Payment configuration has predefined special blocks:
2929
* - Account information (id = account),
3030
* - Recommended Solutions (id = recommended_solutions),
31-
* - Other PayPal paymnt solution (id = other_paypal_payment_solutions),
31+
* - Other PayPal payment solution (id = other_paypal_payment_solutions),
3232
* - Other payment methods (id = other_payment_methods).
3333
* All payment methods configuration should be moved to one of this group.
3434
* To move payment method to specific configuration group specify "displayIn"

app/code/Magento/Paypal/Model/Pro.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function setMethod($code, $storeId = null)
123123
/**
124124
* Config instance setter
125125
*
126-
* @param \Magento\Paypal\Model\Config $instace
126+
* @param \Magento\Paypal\Model\Config $instance
127127
* @param int|null $storeId
128128
* @return $this
129129
*/

0 commit comments

Comments
 (0)