[Checkins] SVN: zc.buildout/trunk/bootstrap/bootstrap.py Fix a typo.

Yusei Tahara yusei at domen.cx
Thu Feb 11 21:40:19 EST 2010


Log message for revision 108946:
  Fix a typo.
  

Changed:
  U   zc.buildout/trunk/bootstrap/bootstrap.py

-=-
Modified: zc.buildout/trunk/bootstrap/bootstrap.py
===================================================================
--- zc.buildout/trunk/bootstrap/bootstrap.py	2010-02-12 01:48:30 UTC (rev 108945)
+++ zc.buildout/trunk/bootstrap/bootstrap.py	2010-02-12 02:40:18 UTC (rev 108946)
@@ -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 checkins mailing list