From f3afb5e36d2dee368c6867df3f06ae6ffbc9c894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CMatthew?= Date: Mon, 29 Feb 2016 17:28:43 -0500 Subject: [PATCH] Fixed spelling error in certificate.py Change-Id: I768d2406919df7afb498818e4caa39940520f7f2 --- 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)