Skip to content

Commit

Permalink
Fix a few spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 committed Feb 9, 2021
1 parent 5835ec9 commit 8bc96e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
# The format is a list of tuples containing the path and title.
#epub_pre_files = []

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

Expand Down
2 changes: 1 addition & 1 deletion jose.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ class _JWA(object):

def __getitem__(self, key):
""" Derive implementation(s) from key
If key is compond <encryption>(-|+)<hash> then it will return a tuple
If key is compound <encryption>(-|+)<hash> then it will return a tuple
of implementations.
Each implementation is a tuple in following format:
- for hash algorithms ((<sign function>, <verify function>), <mod>)
Expand Down
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def test_jwe_adata(self):
jwt = jose.legacy_decrypt(jose.deserialize_compact(et), rsa_priv_key,
adata=adata)

# make sure signaures don't match when adata isn't passed in
# make sure signatures don't match when adata isn't passed in
try:
hdr, dt = jose.legacy_decrypt(jose.deserialize_compact(et),
rsa_priv_key)
Expand Down

0 comments on commit 8bc96e9

Please sign in to comment.