summaryrefslogtreecommitdiffstats
path: root/reportbuilder/java/org/libreoffice/report/pentaho/output/text/TextRawReportTarget.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/output/text/TextRawReportTarget.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/output/text/TextRawReportTarget.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/output/text/TextRawReportTarget.java b/reportbuilder/java/org/libreoffice/report/pentaho/output/text/TextRawReportTarget.java
index 0023856170c0..3f3fe44e3476 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/output/text/TextRawReportTarget.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/output/text/TextRawReportTarget.java
@@ -215,7 +215,7 @@ public class TextRawReportTarget extends OfficeDocumentReportTarget
{
// create the master page for the report-header.
// If there is a page-header or footer in the report that gets
- // surpressed on the report-header, we have to insert a pagebreak
+ // suppressed on the report-header, we have to insert a pagebreak
// afterwards.
final String activePageFooter;
@@ -414,7 +414,7 @@ public class TextRawReportTarget extends OfficeDocumentReportTarget
* @throws org.jfree.report.DataSourceException
* if there was an error accessing the datasource
* @throws org.jfree.report.ReportProcessingException
- * if some other error occured.
+ * if some other error occurred.
*/
@Override
public void startReport(final ReportStructureRoot report)