[Erp5-report] r32341 nicolas.dumazet - /erp5/trunk/buildout/bootstrap/bootstrap.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 9 09:36:53 CET 2010


Author: nicolas.dumazet
Date: Tue Feb  9 09:36:52 2010
New Revision: 32341

URL: http://svn.erp5.org?rev=32341&view=rev
Log:
Fix a typo

Modified:
    erp5/trunk/buildout/bootstrap/bootstrap.py

Modified: erp5/trunk/buildout/bootstrap/bootstrap.py
URL: http://svn.erp5.org/erp5/trunk/buildout/bootstrap/bootstrap.py?rev=32341&r1=32340&r2=32341&view=diff
==============================================================================
--- erp5/trunk/buildout/bootstrap/bootstrap.py [utf8] (original)
+++ erp5/trunk/buildout/bootstrap/bootstrap.py [utf8] Tue Feb  9 09:36:52 2010
@@ -33,7 +33,7 @@
                           help="use a specific zc.buildout version")
 parser.add_option("-d", "--distribute",
                    action="store_true", dest="distribute", default=False,
-                   help="Use Disribute rather than Setuptools.")
+                   help="Use Distribute rather than Setuptools.")
 
 parser.add_option("-c", None, action="store", dest="config_file",
                    help=("Specify the path to the buildout configuration "




More information about the Erp5-report mailing list