Skip to content

Commit

Permalink
ENGCOM-4023: Fixed spelling mistakes in comment #20754
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Jan 30, 2019
2 parents beb0274 + 6bc364f commit 7ecdf50
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public function getStreet()
}

/**
* Get steet line by number
* Get street line by number
*
* @param int $number
* @return string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
interface AddressModelInterface
{
/**
* Get steet line by number
* Get street line by number
*
* @param int $number
* @return string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace Magento\Paypal\Model\Billing;

/**
* Billing Agreement abstaract class
* Billing Agreement abstract class
*/
abstract class AbstractAgreement extends \Magento\Framework\Model\AbstractModel
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
use Magento\Framework\Pricing\PriceCurrencyInterface;

/**
* Credit memo adjustmets block
*
* @api
* @since 100.0.2
*/
Expand Down Expand Up @@ -50,7 +52,7 @@ public function __construct(
}

/**
* Initialize creditmemo agjustment totals
* Initialize creditmemo adjustment totals
*
* @return $this
*/
Expand Down

0 comments on commit 7ecdf50

Please sign in to comment.