Fixed spelling error in certificate.py

Change-Id: I768d2406919df7afb498818e4caa39940520f7f2
This commit is contained in:
“Matthew 2016-02-29 17:28:43 -05:00
parent 36520b9f59
commit f3afb5e36d
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ class X509Certificate(signature.SignatureMixin):
def get_fingerprint(self, md='sha256'):
"""Get the fingerprint of this X509 certificate.
:param md: The message digest algorthim used to compute the fingerprint
:param md: The message digest algorithm used to compute the fingerprint
:return: The fingerprint encoded as a hex string
"""
hash_class = utils.get_hash_class(md)