From 92c26f7f73cef6e133a35b91ab72ff7abc9f0bdf Mon Sep 17 00:00:00 2001 From: sgiehl <stefangiehl@gmail.com> Date: Wed, 22 Aug 2012 12:50:46 +0000 Subject: [PATCH] fixed typo git-svn-id: http://dev.piwik.org/svn/trunk@6863 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- plugins/PDFReports/API.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/PDFReports/API.php b/plugins/PDFReports/API.php index efa3682855..f5f366ed58 100644 --- a/plugins/PDFReports/API.php +++ b/plugins/PDFReports/API.php @@ -656,7 +656,7 @@ class Piwik_PDFReports_API if(!in_array($reportType, $reportTypes)) { throw new Exception( - 'Rerport type \'' . $reportType . '\' not valid. Try one of the following ' . implode(', ', $reportTypes) + 'Report type \'' . $reportType . '\' not valid. Try one of the following ' . implode(', ', $reportTypes) ); } } -- GitLab