Skip to content

Commit b6acf29

Browse files
Correct spelling
1 parent ba5bf0d commit b6acf29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Braintree/Test/Unit/Model/Report/BraintreeTransactionStub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function __get($name)
4040
}
4141

4242
/**
43-
* Checks for the existance of a property stored in the private $_attributes property
43+
* Checks for the existence of a property stored in the private $_attributes property
4444
*
4545
* @ignore
4646
* @param string $name

app/code/Magento/Captcha/Observer/CheckUserLoginObserver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public function execute(\Magento\Framework\Event\Observer $observer)
140140
$customer = $this->getCustomerRepository()->get($login);
141141
$this->getAuthentication()->processAuthenticationFailure($customer->getId());
142142
} catch (NoSuchEntityException $e) {
143-
//do nothing as customer existance is validated later in authenticate method
143+
//do nothing as customer existence is validated later in authenticate method
144144
}
145145
$this->messageManager->addError(__('Incorrect CAPTCHA'));
146146
$this->_actionFlag->set('', \Magento\Framework\App\Action\Action::FLAG_NO_DISPATCH, true);

0 commit comments

Comments
 (0)