summaryrefslogtreecommitdiff
path: root/jwt/algorithms.py
diff options
context:
space:
mode:
Diffstat (limited to 'jwt/algorithms.py')
-rw-r--r--jwt/algorithms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jwt/algorithms.py b/jwt/algorithms.py
index b22a1d9..f50787f 100644
--- a/jwt/algorithms.py
+++ b/jwt/algorithms.py
@@ -111,7 +111,7 @@ class HMACAlgorithm(Algorithm):
if any([string_value in key for string_value in invalid_strings]):
raise InvalidKeyError(
- 'The specified key is an assymetric key or x509 certificate and'
+ 'The specified key is an asymmetric key or x509 certificate and'
' should not be used as an HMAC secret.')
return key