Skip to content

Commit f654ec1

Browse files
committed
Fix typo in setup.py
1 parent 793853e commit f654ec1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -87,19 +87,19 @@
8787

8888
# Export this variable to use the system installation of openssl. You need to
8989
# have the header files installed (in /usr/include/openssl) and during
90-
# runtime, the shared libary must be installed
90+
# runtime, the shared library must be installed
9191
BUILD_WITH_SYSTEM_OPENSSL = os.environ.get('GRPC_PYTHON_BUILD_SYSTEM_OPENSSL',
9292
False)
9393

9494
# Export this variable to use the system installation of zlib. You need to
9595
# have the header files installed (in /usr/include/) and during
96-
# runtime, the shared libary must be installed
96+
# runtime, the shared library must be installed
9797
BUILD_WITH_SYSTEM_ZLIB = os.environ.get('GRPC_PYTHON_BUILD_SYSTEM_ZLIB',
9898
False)
9999

100100
# Export this variable to use the system installation of cares. You need to
101101
# have the header files installed (in /usr/include/) and during
102-
# runtime, the shared libary must be installed
102+
# runtime, the shared library must be installed
103103
BUILD_WITH_SYSTEM_CARES = os.environ.get('GRPC_PYTHON_BUILD_SYSTEM_CARES',
104104
False)
105105

@@ -202,7 +202,7 @@
202202
('OPENSSL_NO_ASM', 1), ('_WIN32_WINNT', 0x600),
203203
('GPR_BACKWARDS_COMPATIBILITY_MODE', 1))
204204
if "win32" in sys.platform:
205-
# TODO(zyc): Re-enble c-ares on x64 and x86 windows after fixing the
205+
# TODO(zyc): Re-enable c-ares on x64 and x86 windows after fixing the
206206
# ares_library_init compilation issue
207207
DEFINE_MACROS += (('WIN32_LEAN_AND_MEAN', 1), ('CARES_STATICLIB', 1),
208208
('GRPC_ARES', 0), ('NTDDI_VERSION', 0x06000000),

0 commit comments

Comments
 (0)