Fix misspellings

This commit is contained in:
olzhasar
2023-06-14 03:39:53 +06:00
parent aa0642d3e3
commit d0a5d1b3a4
35 changed files with 53 additions and 53 deletions

View File

@@ -169,7 +169,7 @@ namespaced_entry_points['edit'] = edit
def setup_openssl_environment(ext_dir: str) -> None:
# Use our bundled CA certificates instead of the system ones, since
# many systems come with no certificates in a useable form or have various
# many systems come with no certificates in a usable form or have various
# locations for the certificates.
d = os.path.dirname
if 'darwin' in sys.platform.lower():