s/BenchmarkReportJSON.st
changeset 195 6bb215884ead
parent 194 55deffb7d7e7
child 262 8d2849dd3227
--- a/s/BenchmarkReportJSON.st	Fri Nov 08 21:46:50 2013 +0000
+++ b/s/BenchmarkReportJSON.st	Fri Nov 08 21:58:13 2013 +0000
@@ -61,7 +61,7 @@
         json writeElementSeparator.
         json writeKey: 'os'         value: BenchmarkPlatform current configurationStringOS.
         json writeElementSeparator.
-        json writeKey: 'mechineid'   value: (BenchmarkPlatform current configurationStringMachineId)
+        json writeKey: 'machineid'   value: (BenchmarkPlatform current configurationStringMachineId)
     ].
 
     "Created: / 22-06-2013 / 22:43:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"