diff --git a/plugins/PDFReports/API.php b/plugins/PDFReports/API.php
index efa3682855cd4682e6b0c3d56301f475fb7a9a55..f5f366ed5878f39232d12447a1b0e10f1e5334a3 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)
 			);
 		}
 	}