From 38e4d197a0d317e676f4e351a9c80935d5a771f4 Mon Sep 17 00:00:00 2001 From: "Tim D. Smith" Date: Thu, 29 Mar 2018 14:08:36 -0700 Subject: Fix typo (#4178) --- src/cryptography/hazmat/backends/openssl/encode_asn1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cryptography/hazmat/backends/openssl/encode_asn1.py b/src/cryptography/hazmat/backends/openssl/encode_asn1.py index 89b2f7f7..4bea03e6 100644 --- a/src/cryptography/hazmat/backends/openssl/encode_asn1.py +++ b/src/cryptography/hazmat/backends/openssl/encode_asn1.py @@ -105,7 +105,7 @@ def _encode_name_gc(backend, attributes): def _encode_sk_name_entry(backend, attributes): """ - The sk_X50_NAME_ENTRY created will not be gc'd. + The sk_X509_NAME_ENTRY created will not be gc'd. """ stack = backend._lib.sk_X509_NAME_ENTRY_new_null() for attribute in attributes: -- cgit v1.2.3