# HG changeset patch # User Christian Wirth # Date 1432897269 -7200 # Node ID f0300d851b16c89bbad20174454f49824de68cc9 # Parent 40d794ac4352620a6a2237cc294163c78fe1f2eb fix typo in mx_graal.py diff -r 40d794ac4352 -r f0300d851b16 mx/mx_graal.py --- a/mx/mx_graal.py Fri May 29 12:59:36 2015 +0200 +++ b/mx/mx_graal.py Fri May 29 13:01:09 2015 +0200 @@ -123,7 +123,7 @@ if exists(envPath): with open(envPath) as fp: if 'DEFAULT_VM=graal' in fp.read(): - mx.log('Please update the DEFAULT_VM entry in ' + envPath + ' to use "jvmti" instead of "graal" as the value') + mx.log('Please update the DEFAULT_VM entry in ' + envPath + ' to use "jvmci" instead of "graal" as the value') vm = 'jvmci' if vm is None: if not mx.is_interactive():