diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-10 23:36:05 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 10:03:23 +0200 |
commit | 9aa90b50c8906226bc480c1d228d3c6c1abd064f (patch) | |
tree | ef1e49811462f91995ef589706823c4faf26f9b8 /reportbuilder | |
parent | 22c484b5978eb47b6fd935d37b6f83cf96158528 (diff) |
Fix typos
Change-Id: I94d0e85c731801b8b0ec844ae2a8f268b2f1022e
Reviewed-on: https://gerrit.libreoffice.org/77256
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/SOReportJobFactory.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/SOReportJobFactory.java b/reportbuilder/java/org/libreoffice/report/pentaho/SOReportJobFactory.java index 4c799cd27326..54694fd619ab 100644 --- a/reportbuilder/java/org/libreoffice/report/pentaho/SOReportJobFactory.java +++ b/reportbuilder/java/org/libreoffice/report/pentaho/SOReportJobFactory.java @@ -118,8 +118,8 @@ public class SOReportJobFactory public void initialize(final Object[] object) throws com.sun.star.uno.Exception { - /* The component describes what arguments its expected and in which - * order!At this point you can read the objects and can initialize + /* The component describes what arguments are expected and in which + * order! At this point you can read the objects and initialize * your component using these objects. */ } |