Merge "Fix typo in certificate.py"

This commit is contained in:
Jenkins 2016-03-14 17:26:07 +00:00 committed by Gerrit Code Review
commit 59c4e47133
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)