summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2010-07-18 12:14:46 +0200
committerFederico Di Gregorio <fog@initd.org>2010-07-18 12:14:46 +0200
commit557608f715d0b7aade3f3b7c71b88c60c7f46175 (patch)
tree336c1ab745740a528d02054f74ae189adf509951 /setup.py
parentb263fbf274f9085a1bddca018ed8a50d37023fc7 (diff)
downloadpsycopg2-557608f715d0b7aade3f3b7c71b88c60c7f46175.tar.gz
Applied spelling fixes patch from Peter Eisentraut
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 bf5281f..2fec5ea 100644
--- a/setup.py
+++ b/setup.py
@@ -114,7 +114,7 @@ class psycopg_build_ext(build_ext):
def get_compiler(self):
"""Return the name of the C compiler used to compile extensions.
- If a compiler was not explicitely set (on the command line, for
+ If a compiler was not explicitly set (on the command line, for
example), fall back on the default compiler.
"""
if self.compiler: