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

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)