Skip to content

Commit a4b4463

Browse files
ENGCOM-4536: Fix typo #21843
- Merge Pull Request #21843 from nasanabri/magento2:patch-1 - Merged commits: 1. 6ddeaaf
2 parents 2e863d6 + 6ddeaaf commit a4b4463

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Oauth

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Oauth/Oauth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ protected function _validateSignature($params, $consumerSecret, $httpMethod, $re
199199
);
200200

201201
if (!Security::compareStrings($calculatedSign, $params['oauth_signature'])) {
202-
throw new Exception(new Phrase('The signatire is invalid. Verify and try again.'));
202+
throw new Exception(new Phrase('The signature is invalid. Verify and try again.'));
203203
}
204204
}
205205

0 commit comments

Comments
 (0)