summaryrefslogtreecommitdiff
path: root/reportbuilder
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-26 11:21:14 +0100
committerJens Carl <j.carl43@gmx.de>2018-01-27 08:49:38 +0100
commit5c0af52feb2a392135489e0c1516cf4566d132cf (patch)
tree54ec985003678b3e8e19804512ce292fabff20b3 /reportbuilder
parent73ded2398e2e99f6604f6b76d4129163fffd462f (diff)
Fix typos
Change-Id: I8d5a8251a01af7cdf9832d98d8a6573b907f8532 Reviewed-on: https://gerrit.libreoffice.org/48683 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'reportbuilder')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/AbstractReportElementLayoutController.java2
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeDetailLayoutController.java2
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupInstanceSectionLayoutController.java2
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupLayoutController.java2
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeReportLayoutController.java2
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/VariablesDeclarationLayoutController.java2
6 files changed, 6 insertions, 6 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/AbstractReportElementLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/AbstractReportElementLayoutController.java
index aaad81859937..54de0f4f4dae 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/AbstractReportElementLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/AbstractReportElementLayoutController.java
@@ -87,7 +87,7 @@ public abstract class AbstractReportElementLayoutController
* you'll suffer.
*
* @param flowController the flow controller of the parent.
- * @return the joined layout controller that incorperates all changes from the
+ * @return the joined layout controller that incorporates all changes from the
* delegate.
*/
public LayoutController join(final FlowController flowController)
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeDetailLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeDetailLayoutController.java
index 37a514cf6b89..8b0ea883b7a7 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeDetailLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeDetailLayoutController.java
@@ -131,7 +131,7 @@ public class OfficeDetailLayoutController extends SectionLayoutController
* you'll suffer.
*
* @param flowController the flow controller of the parent.
- * @return the joined layout controller that incorperates all changes from the
+ * @return the joined layout controller that incorporates all changes from the
* delegate.
*/
@Override
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupInstanceSectionLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupInstanceSectionLayoutController.java
index 5cb3aa69fa60..923056ca238c 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupInstanceSectionLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupInstanceSectionLayoutController.java
@@ -144,7 +144,7 @@ public class OfficeGroupInstanceSectionLayoutController extends SectionLayoutCon
* you'll suffer.
*
* @param flowController the flow controller of the parent.
- * @return the joined layout controller that incorperates all changes from the
+ * @return the joined layout controller that incorporates all changes from the
* delegate.
*/
@Override
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupLayoutController.java
index 5f8b91ccb599..e44bbcc71c7f 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupLayoutController.java
@@ -152,7 +152,7 @@ public class OfficeGroupLayoutController extends SectionLayoutController
* you'll suffer.
*
* @param flowController the flow controller of the parent.
- * @return the joined layout controller that incorperates all changes from the
+ * @return the joined layout controller that incorporates all changes from the
* delegate.
*/
@Override
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeReportLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeReportLayoutController.java
index 4f7abe3fb52e..7fd2c78a1856 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeReportLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeReportLayoutController.java
@@ -236,7 +236,7 @@ public class OfficeReportLayoutController extends ElementLayoutController
* you'll suffer.
*
* @param flowController the flow controller of the parent.
- * @return the joined layout controller that incorperates all changes from the
+ * @return the joined layout controller that incorporates all changes from the
* delegate.
*/
public LayoutController join(final FlowController flowController)
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/VariablesDeclarationLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/VariablesDeclarationLayoutController.java
index beb02c2c4eb4..5d3f62120b8c 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/VariablesDeclarationLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/VariablesDeclarationLayoutController.java
@@ -165,7 +165,7 @@ public class VariablesDeclarationLayoutController
* you'll suffer.
*
* @param flowController the flow controller of the parent.
- * @return the joined layout controller that incorperates all changes from the
+ * @return the joined layout controller that incorporates all changes from the
* delegate.
*/
public LayoutController join(final FlowController flowController)