Skip to content

Commit 6ddeaaf

Browse files
authored
Fix typo
1 parent 2e863d6 commit 6ddeaaf

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)