diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-10 23:24:48 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 09:46:21 +0200 |
commit | f3261ba74815b30f1018954bfb9ecd332fa8f1d5 (patch) | |
tree | b359f61130ff26d4898f4b6c7dba430de9831190 /odk | |
parent | 0286f76b84478a38b252a39a4e33e51339286bcd (diff) |
Fix typos
"its"
Change-Id: I02c660e46964270376a66210fdb5f1b1985ce5b6
Reviewed-on: https://gerrit.libreoffice.org/77255
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.java | 4 | ||||
-rw-r--r-- | odk/examples/java/MinimalComponent/MinimalComponent.java | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.java b/odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.java index 372f6c2dfa04..b47aa70082ef 100644 --- a/odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.java +++ b/odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.java @@ -118,8 +118,8 @@ public class LicenseTest { */ public void initialize( 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. */ } diff --git a/odk/examples/java/MinimalComponent/MinimalComponent.java b/odk/examples/java/MinimalComponent/MinimalComponent.java index b18a777eb373..b8efbafcc429 100644 --- a/odk/examples/java/MinimalComponent/MinimalComponent.java +++ b/odk/examples/java/MinimalComponent/MinimalComponent.java @@ -91,8 +91,8 @@ public class MinimalComponent { */ public void initialize( 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. */ } |