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 /desktop | |
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 'desktop')
-rw-r--r-- | desktop/test/deployment/locationtest/LocationTest.java | 4 | ||||
-rw-r--r-- | desktop/test/deployment/update/updateinfocreation/build/TestExtension.java | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/desktop/test/deployment/locationtest/LocationTest.java b/desktop/test/deployment/locationtest/LocationTest.java index a2d99170d678..ca70b5a1e9f4 100644 --- a/desktop/test/deployment/locationtest/LocationTest.java +++ b/desktop/test/deployment/locationtest/LocationTest.java @@ -148,8 +148,8 @@ public class LocationTest { */ 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/desktop/test/deployment/update/updateinfocreation/build/TestExtension.java b/desktop/test/deployment/update/updateinfocreation/build/TestExtension.java index 84908f0180c3..8d48a30c8178 100644 --- a/desktop/test/deployment/update/updateinfocreation/build/TestExtension.java +++ b/desktop/test/deployment/update/updateinfocreation/build/TestExtension.java @@ -147,8 +147,8 @@ public class TestExtension { */ 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. */ } |