summaryrefslogtreecommitdiff
path: root/reportbuilder
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-16 21:40:43 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-16 22:19:01 +0200
commit0650ffefe0ff680e0ef7de9cce724b0e47d8c359 (patch)
treec27d33f29e2ddfe67071abc13634e4ea9938a875 /reportbuilder
parentc53f3f8f58f55d0978fb968446975856d72a52f8 (diff)
Fix typos
Change-Id: Ia8335622cb2e2b44f2b1ee36f7370b126d1ae642 Reviewed-on: https://gerrit.libreoffice.org/77610 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'reportbuilder')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupSectionLayoutController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupSectionLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupSectionLayoutController.java
index 11a3693463a0..956a6928361a 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupSectionLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupSectionLayoutController.java
@@ -35,7 +35,7 @@ import org.jfree.report.structure.Element;
/**
* This layoutcontroller simply checks, whether the parent layout controller
* is an OfficeGroupLayoutController and whether this layout controller is
- * processing the normal flow or an repeating section. If a repeating section
+ * processing the normal flow or a repeating section. If a repeating section
* is being processed, an marker attribute is added to the element's call
* to OutputProcessor.startElement() and OutputProcessor.endElement().
*