From 7992fc197332d4c7f93f55403f077cdfd5df11a0 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Wed, 14 Oct 2020 23:25:16 +0800 Subject: [PATCH] Correct a typo in subj_alt_name.py --- ndg/httpsclient/subj_alt_name.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndg/httpsclient/subj_alt_name.py b/ndg/httpsclient/subj_alt_name.py index 7cc3f47..7c195aa 100644 --- a/ndg/httpsclient/subj_alt_name.py +++ b/ndg/httpsclient/subj_alt_name.py @@ -69,7 +69,7 @@ class AttributeTypeAndValue(univ.Sequence): class RelativeDistinguishedName(univ.SetOf): - '''ASN.1 Realtive distinguished name''' + '''ASN.1 Relative distinguished name''' componentType = AttributeTypeAndValue() class RDNSequence(univ.SequenceOf):