From fc7c94feaf8179899ea903ea3f21d6f5ec56f5e0 Mon Sep 17 00:00:00 2001 From: jvora Date: Wed, 24 Feb 2016 12:55:02 -0800 Subject: [PATCH] Fix typo in certificate.py Change-Id: Id83add4b0ff7eaffef79936187eb7042f6cace4e --- anchor/X509/certificate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anchor/X509/certificate.py b/anchor/X509/certificate.py index e2434fe..a4d6e27 100644 --- a/anchor/X509/certificate.py +++ b/anchor/X509/certificate.py @@ -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)