From ba8eebffff2bba4ac9ddc4763279f8ef5a3f5f2a Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Sat, 27 May 2006 20:55:37 +0200 Subject: fix spelling mistake pointed out by skip@pobox.com --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 39c490096..befbfcb3c 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ class MyInstallLib(install_lib.install_lib): include_dirs variable if necessary """ def run(self): - """overriden from install_lib class""" + """overridden from install_lib class""" install_lib.install_lib.run(self) # create Products.__init__.py if needed if subpackage_of: -- cgit v1.2.1