From d38aa3a8e1cae2a9ca5cd0334bd03ae4e099fa29 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 39c4900..befbfcb 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