changeset 135:f32ea241e94c

misspelling
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 21 Feb 2012 20:15:34 -0800
parents 0e18cdf36a0e
children af6ed583a7e9
files makeitso/python_package/setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/makeitso/python_package/setup.py	Sun Feb 19 22:27:42 2012 -0800
+++ b/makeitso/python_package/setup.py	Tue Feb 21 20:15:34 2012 -0800
@@ -7,7 +7,7 @@
 version = "0.0"
 dependencies = {{dependencies}}
 
-# allow use of setuptools/distribue or distutils
+# allow use of setuptools/distribute or distutils
 kw = {}
 try:
     from setuptools import setup