summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorKian-Meng Ang <kianmeng@cpan.org>2022-06-03 19:53:12 +0800
committerKian-Meng Ang <kianmeng@cpan.org>2022-06-03 19:53:12 +0800
commit326fdeb3ee6cec601c04ae6b923f5376fdb2db55 (patch)
treebe9a082ef41d3ba460b438ce8c56bd2699b2d1a7 /setup.py
parent52be8f62ce126b773b113073e74c13c061d17324 (diff)
downloadpycurl-326fdeb3ee6cec601c04ae6b923f5376fdb2db55.tar.gz
Fix typos
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 22d4c85..1428ee8 100644
--- a/setup.py
+++ b/setup.py
@@ -280,7 +280,7 @@ class ExtensionConfiguration(object):
# for hints as to which SSL library libcurl is linked against.
# More information: https://github.com/pycurl/pycurl/pull/147
#
- # The final point is we should link agaist the SSL library in use
+ # The final point is we should link against the SSL library in use
# even if libcurl does not tell us to, because *we* invoke functions
# in that SSL library. This means any SSL libraries found in
# --static-libs are forwarded to our libraries.