diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2022-12-27 18:40:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-28 06:40:50 +0700 |
| commit | 438f78179c23f226e387c33db703f541b7cecdec (patch) | |
| tree | 534c0aedbeb491c9a324bf6ee78d8ed6c170942c /src/_cffi_src | |
| parent | 7d5ec530ec6130f3f8f8ec89fab882eccf383c75 (diff) | |
| download | cryptography-438f78179c23f226e387c33db703f541b7cecdec.tar.gz | |
Typo fixes (#7942)
Diffstat (limited to 'src/_cffi_src')
| -rw-r--r-- | src/_cffi_src/build_openssl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_cffi_src/build_openssl.py b/src/_cffi_src/build_openssl.py index 0b5115fd9..a8e560960 100644 --- a/src/_cffi_src/build_openssl.py +++ b/src/_cffi_src/build_openssl.py @@ -33,7 +33,7 @@ def _get_openssl_libraries(platform): # libssl must come before libcrypto # (https://marc.info/?l=openssl-users&m=135361825921871) # -lpthread required due to usage of pthread an potential - # existance of a static part containing e.g. pthread_atfork + # existence of a static part containing e.g. pthread_atfork # (https://github.com/pyca/cryptography/issues/5084) if sys.platform == "zos": return ["ssl", "crypto"] |
