Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
callahad committed Mar 5, 2016
1 parent 89fd35c commit 0bfc1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jose/jwk.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def process_prepare_key(self, key):
"""
raise NotImplementedError

def process_deserilialize(self):
def process_deserialize(self):
"""
Processes deserializing a key into a JWK JSON format.
Expand Down

0 comments on commit 0bfc1d9

Please sign in to comment.