Skip to content

Commit 8bc96e9

Browse files
committed
Fix a few spelling mistakes
1 parent 5835ec9 commit 8bc96e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
# The format is a list of tuples containing the path and title.
311311
#epub_pre_files = []
312312

313-
# HTML files shat should be inserted after the pages created by sphinx.
313+
# HTML files that should be inserted after the pages created by sphinx.
314314
# The format is a list of tuples containing the path and title.
315315
#epub_post_files = []
316316

jose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ class _JWA(object):
644644

645645
def __getitem__(self, key):
646646
""" Derive implementation(s) from key
647-
If key is compond <encryption>(-|+)<hash> then it will return a tuple
647+
If key is compound <encryption>(-|+)<hash> then it will return a tuple
648648
of implementations.
649649
Each implementation is a tuple in following format:
650650
- for hash algorithms ((<sign function>, <verify function>), <mod>)

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def test_jwe_adata(self):
169169
jwt = jose.legacy_decrypt(jose.deserialize_compact(et), rsa_priv_key,
170170
adata=adata)
171171

172-
# make sure signaures don't match when adata isn't passed in
172+
# make sure signatures don't match when adata isn't passed in
173173
try:
174174
hdr, dt = jose.legacy_decrypt(jose.deserialize_compact(et),
175175
rsa_priv_key)

0 commit comments

Comments
 (0)