diff mx/commands.py @ 4244:a69889e5a8a5

Made the DaCapo library be downloaded only on demand.
author Doug Simon <doug.simon@oracle.com>
date Sat, 07 Jan 2012 23:59:54 +0100
parents 394424b7df1a
children 3f6c6e61614e
line wrap: on
line diff
--- a/mx/commands.py	Sat Jan 07 23:59:23 2012 +0100
+++ b/mx/commands.py	Sat Jan 07 23:59:54 2012 +0100
@@ -139,7 +139,7 @@
 def dacapo(args):
     """run one or all DaCapo benchmarks
     
-    DaCapo options are distinguised from VM options by a '@' prefix.
+    DaCapo options are distinguished from VM options by a '@' prefix.
     For example, '@--iterations @5' will pass '--iterations 5' to the
     DaCapo harness."""