summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-23 19:31:15 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2019-07-24 11:53:09 +0200
commit46ce440cf8ee10d57a28e861e981f3c820a8c8ed (patch)
tree300839f77974634d6e1f2c5fbf04b9d62ca328bd /odk
parenta51b5840dc2805a2452137f8ce9db98cd4838299 (diff)
Fix typo 'a SDK'
Partial revert of: https://gerrit.libreoffice.org/#/c/76028/4 Change-Id: I94173556f1dff21ff47245f8b632411fc8be1ff6 Reviewed-on: https://gerrit.libreoffice.org/76200 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'odk')
-rw-r--r--odk/docs/install.html2
-rw-r--r--odk/examples/java/Inspector/Inspector.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/odk/docs/install.html b/odk/docs/install.html
index 266fd7c33b88..055f4007b24a 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -315,7 +315,7 @@
output directory is <b>optional</b>, by
default the output is generated in the SDK
directory itself. If an output directory is
- specified, the output is generated in a SDK
+ specified, the output is generated in an SDK
dependent subdirectory in this directory (e.g.
&lt;OO_SDK_OUTPUT_DIR&gt; /LibreOffice
%PRODUCT_RELEASE%/LINUXExample.out)</td>
diff --git a/odk/examples/java/Inspector/Inspector.java b/odk/examples/java/Inspector/Inspector.java
index 18a75bcdb469..18d8d909a449 100644
--- a/odk/examples/java/Inspector/Inspector.java
+++ b/odk/examples/java/Inspector/Inspector.java
@@ -88,7 +88,7 @@ public class Inspector{
private TDocSupplier oTDocSupplier;
private Introspector m_oIntrospector = null;
// TODO: improve these strings:
- private static final String sWRONGINSTALLATIONPATH = "Your selected path does not refer to a SDK-Installation!";
+ private static final String sWRONGINSTALLATIONPATH = "Your selected path does not refer to an SDK-Installation!";
/** Creates a new instance of Dialog */
public _Inspector(XComponentContext _xComponentContext) {
m_xComponentContext = _xComponentContext;