From 20243bcc29e995dc8a8cacd828a5cddee7567d5f Mon Sep 17 00:00:00 2001 From: mattbk Date: Thu, 29 Oct 2015 13:30:27 -0500 Subject: [PATCH] Fix typo --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 396be7f..e72e52a 100755 --- a/index.php +++ b/index.php @@ -142,7 +142,7 @@ switch ($mode) { } $variables['data'][] = $data; - // Build statisticsmat + // Build statistics foreach ($settings->phases as $phase) { $stats[$phase] = array( 'correct' => (($data[$phase]['xcoordinate'] >= $settings->elementLocations->{$phase}->topleft->x)