Skip to content

Commit 7992fc1

Browse files
authored
Correct a typo in subj_alt_name.py
1 parent 370c1ec commit 7992fc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ndg/httpsclient/subj_alt_name.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class AttributeTypeAndValue(univ.Sequence):
6969

7070

7171
class RelativeDistinguishedName(univ.SetOf):
72-
'''ASN.1 Realtive distinguished name'''
72+
'''ASN.1 Relative distinguished name'''
7373
componentType = AttributeTypeAndValue()
7474

7575
class RDNSequence(univ.SequenceOf):

0 commit comments

Comments
 (0)