changeset 22099:049e6eeaf80a

Fix typo in the description of Truffle TCK
author Benoit Daloze <benoit.daloze@jku.at>
date Fri, 21 Aug 2015 16:19:26 +0200
parents 0556c0056d71
children 2a22cec84114
files mx.truffle/suite.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx.truffle/suite.py	Wed Aug 19 15:20:43 2015 +0200
+++ b/mx.truffle/suite.py	Fri Aug 21 16:19:26 2015 +0200
@@ -248,7 +248,7 @@
       "distDependencies" : ["TRUFFLE_API"],
       "exclude" : ["mx:JUNIT"],
       "description" : """A collection of tests that can certify language implementation to be compliant
-        with most recentrequirements of the Truffle infrastructure and tooling.""",
+        with most recent requirements of the Truffle infrastructure and tooling.""",
     },
 
     "TRUFFLE_DSL_PROCESSOR" : {