From 063f8c321fa4e76d156afc637cd0d8640dcffa62 Mon Sep 17 00:00:00 2001
From: Matthieu Aubry <matt@piwik.org>
Date: Mon, 2 Mar 2015 10:11:34 +1300
Subject: [PATCH] Fix typo in test file

---
 tests/PHPUnit/System/CustomEventsTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/PHPUnit/System/CustomEventsTest.php b/tests/PHPUnit/System/CustomEventsTest.php
index 4efe066aa6..3669d5aa20 100644
--- a/tests/PHPUnit/System/CustomEventsTest.php
+++ b/tests/PHPUnit/System/CustomEventsTest.php
@@ -115,7 +115,7 @@ class CustomEventsTest extends SystemTestCase
             $result[] = array(
                 'API.getProcessedReport', array('idSite'       => $idSite1,
                                                 'date'         => $dateTime,
-                                                'piteriods'      => $dayPeriod,
+                                                'periods'      => $dayPeriod,
                                                 'setDateLastN' => true,
                                                 'apiModule'    => $apiModule,
                                                 'apiAction'    => $apiAction,
-- 
GitLab